[Webkit-unassigned] [Bug 145757] New: Fix unused private field warning in GraphicsLayerUpdater.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 8 06:39:05 PDT 2015


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

            Bug ID: 145757
           Summary: Fix unused private field warning in
                    GraphicsLayerUpdater.h
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: ossy at webkit.org
            Blocks: 145121

clang build log:
-----------------
In file included from ../../Source/WebCore/platform/graphics/GraphicsLayerUpdater.cpp:27:
../../Source/WebCore/platform/graphics/GraphicsLayerUpdater.h:66:33: warning: private field 'm_client' is not used [-Wunused-private-field]
    GraphicsLayerUpdaterClient& m_client;

m_client is only used if USE(REQUEST_ANIMATION_FRAME_DISPLAY_MONITOR) 
is true. But it is true only on Cocoa platform.

Let's guard this member properly.

-- 
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/20150608/ed72df82/attachment.html>


More information about the webkit-unassigned mailing list