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

Unified Diff: content/renderer/android/synchronous_compositor_factory.h

Issue 389973005: Merge 280970 "Add switch to disable recording whole document" (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 5 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
Index: content/renderer/android/synchronous_compositor_factory.h
===================================================================
--- content/renderer/android/synchronous_compositor_factory.h (revision 283005)
+++ content/renderer/android/synchronous_compositor_factory.h (working copy)
@@ -42,6 +42,7 @@
virtual scoped_refptr<base::MessageLoopProxy>
GetCompositorMessageLoop() = 0;
+ virtual bool RecordFullLayer() = 0;
virtual scoped_ptr<cc::OutputSurface> CreateOutputSurface(
int routing_id) = 0;
« no previous file with comments | « content/public/browser/android/synchronous_compositor.h ('k') | content/renderer/gpu/render_widget_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698