Changeset 100038 in webkit
- Timestamp:
- Nov 11, 2011, 3:44:59 PM (15 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
platform/qt/ScrollbarThemeQt.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r100036 r100038 1 2011-11-11 Alexis Menard <alexis.menard@openbossa.org> 2 3 [Qt][WK2] Make sure Scrollbars are in their own layer. 4 https://bugs.webkit.org/show_bug.cgi?id=72064 5 6 Reviewed by Kenneth Rohde Christiansen. 7 8 Make sure we render our scrollbars in a separate layer. 9 10 No new tests : existing ones should cover. 11 12 * platform/qt/ScrollbarThemeQt.h: 13 (WebCore::ScrollbarThemeQt::usesOverlayScrollbars): 14 1 15 2011-11-11 Joel Webber <jgw@google.com> 2 16 -
trunk/Source/WebCore/platform/qt/ScrollbarThemeQt.h
r95901 r100038 57 57 virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar); 58 58 59 virtual bool usesOverlayScrollbars() const { return true; } 60 59 61 QStyle* style() const; 60 62 };
Note:
See TracChangeset
for help on using the changeset viewer.