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

Unified Diff: sky/engine/public/platform/Platform.h

Issue 720713003: Remove WebScroll* (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebCompositorAnimationCurve.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/Platform.h
diff --git a/sky/engine/public/platform/Platform.h b/sky/engine/public/platform/Platform.h
index 90e427a2ac58264f2bfff403d23515e570e46c8a..1767d046c02141b45709f70e8b2af8435ee20fda 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -64,7 +64,6 @@ class WebGestureCurve;
class WebGraphicsContext3DProvider;
class WebMimeRegistry;
class WebSandboxSupport;
-class WebScrollbarBehavior;
struct WebFloatPoint;
class WebThemeEngine;
class WebURL;
@@ -200,12 +199,6 @@ public:
virtual void screenColorProfile(WebVector<char>* profile) { }
- // Scrollbar ----------------------------------------------------------
-
- // Must return non-null.
- virtual WebScrollbarBehavior* scrollbarBehavior() { return 0; }
-
-
// Sudden Termination --------------------------------------------------
// Disable/Enable sudden termination.
« no previous file with comments | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebCompositorAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698