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

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

Issue 757143004: Remove m_layerTreeView from WebViewImpl. (Closed) Base URL: git@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/core/page/ChromeClient.h ('k') | sky/engine/public/web/WebSettings.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/public/platform/WebLayerTreeView.h
diff --git a/sky/engine/public/platform/WebLayerTreeView.h b/sky/engine/public/platform/WebLayerTreeView.h
index 2bec4adfe280709045e03ae22c1827884f36efa0..e03e45606ec9bc42f7c91e70a83d37544c871614 100644
--- a/sky/engine/public/platform/WebLayerTreeView.h
+++ b/sky/engine/public/platform/WebLayerTreeView.h
@@ -97,10 +97,6 @@ public:
// Relays the end of a fling animation.
virtual void didStopFlinging() { }
- // The caller is responsible for keeping the WebCompositeAndReadbackAsyncCallback
- // object alive until it is called.
- virtual void compositeAndReadbackAsync(WebCompositeAndReadbackAsyncCallback*) { }
-
// Blocks until the most recently composited frame has finished rendering on the GPU.
// This can have a significant performance impact and should be used with care.
virtual void finishAllRendering() = 0;
@@ -108,10 +104,6 @@ public:
// Prevents updates to layer tree from becoming visible.
virtual void setDeferCommits(bool deferCommits) { }
- // Take responsiblity for this layer's animations, even if this layer hasn't yet
- // been added to the tree.
- virtual void registerForAnimations(WebLayer* layer) { }
-
// Identify key layers to the compositor when using the pinch virtual viewport.
virtual void registerViewportLayers(
const WebLayer* pageScaleLayerLayer,
« no previous file with comments | « sky/engine/core/page/ChromeClient.h ('k') | sky/engine/public/web/WebSettings.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698