[Webkit-unassigned] [Bug 145920] New: Fix overloaded virtual warning in ScrollbarThemeGtk.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 12 04:16:15 PDT 2015


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

            Bug ID: 145920
           Summary: Fix overloaded virtual warning in ScrollbarThemeGtk.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
            Blocks: 145121

In file included from ../../Source/WebCore/platform/gtk/ScrollbarThemeGtk.cpp:27:
../../Source/WebCore/platform/gtk/ScrollbarThemeGtk.h:48:13: warning: 'WebCore::ScrollbarThemeGtk::thumbRect' hides overloaded virtual function [-Woverloaded-virtual]
    IntRect thumbRect(ScrollbarThemeClient*, const IntRect& unconstrainedTrackRect);
            ^
../../Source/WebCore/platform/ScrollbarThemeComposite.h:58:21: note: hidden overloaded virtual function 'WebCore::ScrollbarThemeComposite::thumbRect' declared here: different number of parameters (1 vs 2)
    virtual IntRect thumbRect(ScrollbarThemeClient*);
                    ^
1 warning generated.

-- 
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/20150612/f74076c0/attachment.html>


More information about the webkit-unassigned mailing list