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

Unified Diff: cc/output/direct_renderer.h

Issue 1044093005: Preliminary compositor disabling patch. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove renderpass calculation Created 5 years, 8 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/layers/video_layer_impl.cc ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index 3399491c058f42e87585f1dffebb5a793b136257..c527874420e1fd1c71495c74143334e5d7b3ce3f 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -128,6 +128,7 @@ class CC_EXPORT DirectRenderer : public Renderer {
virtual void EnsureScissorTestDisabled() = 0;
virtual void DiscardBackbuffer() {}
virtual void EnsureBackbuffer() {}
+ virtual void ScheduleOverlays(DrawingFrame* frame) {}
virtual void CopyCurrentRenderPassToBitmap(
DrawingFrame* frame,
« no previous file with comments | « cc/layers/video_layer_impl.cc ('k') | cc/output/direct_renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698