Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(649)

Unified Diff: third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h

Issue 1331533002: [poc] curve-filter Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix CanvasRenderingContext2D::createPattern crash for #40 Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h b/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
index 56d70bd282df28677829714570dd4e0f0bf2b09f..25d677fb52a1b0bdd5c7faf9af9fc206eb1d76a9 100644
--- a/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
+++ b/third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.h
@@ -30,6 +30,7 @@
namespace blink {
+class Page;
class PlatformMouseEvent;
class LayoutScrollbarTheme final : public ScrollbarTheme {
@@ -73,6 +74,9 @@ protected:
void paintTickmarks(GraphicsContext&, const ScrollbarThemeClient&, const IntRect&) override;
IntRect constrainTrackRectToTrackPieces(const ScrollbarThemeClient&, const IntRect&) override;
+
+private:
+ static Page* page(const ScrollbarThemeClient&);
};
} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutScrollbarTheme.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698