Bug 162379 - [GTK] [2.14.0] Fails to build with GTK 3.14, deviceScaleFactor not declared
Summary: [GTK] [2.14.0] Fails to build with GTK 3.14, deviceScaleFactor not declared
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-09-22 01:48 PDT by Alberto Garcia
Modified: 2016-09-25 00:56 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Garcia 2016-09-22 01:48:37 PDT
Here's the error message:

/build/webkit2gtk-2.14.0/Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp: In member function 'virtual bool WebKit::AcceleratedBackingStoreWayland::paint(cairo_t*, const WebCore::IntRect&)':
/build/webkit2gtk-2.14.0/Source/WebKit2/UIProcess/gtk/AcceleratedBackingStoreWayland.cpp:120:74: error: 'deviceScaleFactor' was not declared in this scope
     cairo_matrix_init(&transform, 1, 0, 0, -1, 0, textureSize.height() / deviceScaleFactor);
                                                                          ^
Comment 1 Carlos Garcia Campos 2016-09-25 00:56:13 PDT
This was fixed in r206216