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

Unified Diff: cc/output/renderer.h

Issue 2231093003: cc: Remove FinishAllRendering, as it doesn't do anything anymore. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: finishallrendering: . Created 4 years, 4 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 | « cc/output/gl_renderer.cc ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index d91e9cd71a8fdd85a0d5f4d56b91df385636ec18..8dadbfb30d301cbe09c91fe1a723cb7abd12ae74 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -75,9 +75,6 @@ class CC_EXPORT Renderer {
const gfx::Rect& device_viewport_rect,
const gfx::Rect& device_clip_rect) = 0;
- // Waits for rendering to finish.
- virtual void Finish() = 0;
-
// Puts backbuffer onscreen.
virtual void SwapBuffers(CompositorFrameMetadata metadata) = 0;
virtual void ReclaimResources(const ReturnedResourceArray& resources) {}
« no previous file with comments | « cc/output/gl_renderer.cc ('k') | cc/output/software_renderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698