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

Unified Diff: sky/engine/public/platform/WebCompositorSupport.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
Index: sky/engine/public/platform/WebCompositorSupport.h
diff --git a/sky/engine/public/platform/WebCompositorSupport.h b/sky/engine/public/platform/WebCompositorSupport.h
index 735f7804c86a6f581234087fe938c280acd29984..aaa498a08108dc8fa6c3a2f552cca760a450c51f 100644
--- a/sky/engine/public/platform/WebCompositorSupport.h
+++ b/sky/engine/public/platform/WebCompositorSupport.h
@@ -31,8 +31,6 @@
#include "WebCompositorAnimationCurve.h"
#include "WebFloatPoint.h"
#include "WebLayerTreeView.h"
-#include "WebScrollbar.h"
-#include "WebScrollbarThemePainter.h"
namespace blink {
@@ -48,9 +46,6 @@ class WebFloatAnimationCurve;
class WebGraphicsContext3D;
class WebImageLayer;
class WebLayer;
-class WebScrollbarLayer;
-class WebScrollbarThemeGeometry;
-class WebScrollOffsetAnimationCurve;
class WebTransformAnimationCurve;
class WebTransformOperations;
@@ -80,8 +75,6 @@ public:
virtual WebFloatAnimationCurve* createFloatAnimationCurve() { return 0; }
- virtual WebScrollOffsetAnimationCurve* createScrollOffsetAnimationCurve(WebFloatPoint targetValue, WebCompositorAnimationCurve::TimingFunctionType) { return 0; }
-
virtual WebTransformAnimationCurve* createTransformAnimationCurve() { return 0; }
virtual WebTransformOperations* createTransformOperations() { return 0; }
« no previous file with comments | « sky/engine/public/platform/WebCompositorAnimationCurve.h ('k') | sky/engine/public/platform/WebScrollOffsetAnimationCurve.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698