[Webkit-unassigned] [Bug 101427] New: Move DrawingAreaImpl methods graphicsLayerFactory, setRootCompositingLayer & scheduleCompositingLayerSync under ACCELERATED_COMPOSITING

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Nov 6 21:27:25 PST 2012


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

           Summary: Move DrawingAreaImpl methods graphicsLayerFactory,
                    setRootCompositingLayer & scheduleCompositingLayerSync
                    under ACCELERATED_COMPOSITING
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: vivekgalatage at gmail.com


Move DrawingAreaImpl methods graphicsLayerFactory, setRootCompositingLayer & scheduleCompositingLayerSync under ACCELERATED_COMPOSITING

This will fix the broken win cairo build. 

The error thrown by win cairo build is:
8>####### COMPILING 3 FILES USING AT MOST 8 PARALLEL INSTANCES OF cl.exe ###########
8>DrawingArea.cpp
8>c:\projects\buildslave\win-cairo-release\build\source\webkit2\webprocess\webpage\DrawingAreaImpl.h(71) : error C3668: 'WebKit::DrawingAreaImpl::graphicsLayerFactory' : method with override specifier 'override' did not override any base class methods
8>c:\projects\buildslave\win-cairo-release\build\source\webkit2\webprocess\webpage\DrawingAreaImpl.h(72) : error C3668: 'WebKit::DrawingAreaImpl::setRootCompositingLayer' : method with override specifier 'override' did not override any base class methods
8>c:\projects\buildslave\win-cairo-release\build\source\webkit2\webprocess\webpage\DrawingAreaImpl.h(73) : error C3668: 'WebKit::DrawingAreaImpl::scheduleCompositingLayerFlush' : method with override specifier 'override' did not override any base class methods

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list