⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 100038 in webkit


Ignore:
Timestamp:
Nov 11, 2011, 3:44:59 PM (15 years ago)
Author:
alexis.menard@openbossa.org
Message:

[Qt][WK2] Make sure Scrollbars are in their own layer.
https://bugs.webkit.org/show_bug.cgi?id=72064

Reviewed by Kenneth Rohde Christiansen.

Make sure we render our scrollbars in a separate layer.

No new tests : existing ones should cover.

  • platform/qt/ScrollbarThemeQt.h:

(WebCore::ScrollbarThemeQt::usesOverlayScrollbars):

Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r100036 r100038  
     12011-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
    1152011-11-11  Joel Webber  <jgw@google.com>
    216
  • trunk/Source/WebCore/platform/qt/ScrollbarThemeQt.h

    r95901 r100038  
    5757    virtual int scrollbarThickness(ScrollbarControlSize = RegularScrollbar);
    5858
     59    virtual bool usesOverlayScrollbars() const { return true; }
     60
    5961    QStyle* style() const;
    6062};
Note: See TracChangeset for help on using the changeset viewer.