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

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

Issue 874633003: Remove WebCompositorSupport (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 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
« no previous file with comments | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebCompositeAndReadbackAsyncCallback.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 fd16511cb9573597747e899feae2bd9e84752970..e9a8ee8ccdb577fe2121e978b69f24623c613f3e 100644
--- a/sky/engine/public/platform/Platform.h
+++ b/sky/engine/public/platform/Platform.h
@@ -54,11 +54,9 @@ namespace blink {
class WebBlobRegistry;
class WebClipboard;
-class WebCompositorSupport;
class WebConvertableToTraceFormat;
class WebDiscardableMemory;
class WebFallbackThemeEngine;
-class WebFlingAnimator;
class WebGraphicsContext3DProvider;
class WebSandboxSupport;
struct WebFloatPoint;
@@ -349,10 +347,6 @@ public:
virtual bool isThreadedCompositingEnabled() { return false; }
- virtual WebCompositorSupport* compositorSupport() { return 0; }
-
- virtual WebFlingAnimator* createFlingAnimator() { return 0; }
-
protected:
virtual ~Platform() { }
};
« no previous file with comments | « sky/engine/public/BUILD.gn ('k') | sky/engine/public/platform/WebCompositeAndReadbackAsyncCallback.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698