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

Unified Diff: public/platform/WebLayerTreeView.h

Issue 1310713006: Remove WebLayerTreeView::finishAllRendering(), nothing uses it. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerTreeView.h
diff --git a/public/platform/WebLayerTreeView.h b/public/platform/WebLayerTreeView.h
index 67a11e23a4c616277f53bd5869a5f127bdabf88c..28a880fc66ddb80bbf890b341403bc7f78f9677a 100644
--- a/public/platform/WebLayerTreeView.h
+++ b/public/platform/WebLayerTreeView.h
@@ -128,10 +128,6 @@ public:
// 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() { }
-
// Prevents updates to layer tree from becoming visible.
virtual void setDeferCommits(bool deferCommits) { }
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698