[Webkit-unassigned] [Bug 162379] New: [GTK] [2.14.0] Fails to build with GTK 3.14, deviceScaleFactor not declared

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 22 01:48:37 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=162379

            Bug ID: 162379
           Summary: [GTK] [2.14.0] Fails to build with GTK 3.14,
                    deviceScaleFactor not declared
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: berto at igalia.com
                CC: bugs-noreply at webkitgtk.org

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);
                                                                          ^

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160922/adf2cdf7/attachment-0001.html>


More information about the webkit-unassigned mailing list