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

Unified Diff: cc/test/fake_proxy.h

Issue 11731002: Implement a method to access the non-composited content root layer picture pile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase. Created 7 years, 11 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/single_thread_proxy.cc ('k') | cc/test/fake_proxy.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_proxy.h
diff --git a/cc/test/fake_proxy.h b/cc/test/fake_proxy.h
index e28ab33a77054f8383ceee288b3e141f281445b2..6951a6c3faa185713719b6e7f513e600df241b33 100644
--- a/cc/test/fake_proxy.h
+++ b/cc/test/fake_proxy.h
@@ -38,6 +38,7 @@ public:
virtual size_t maxPartialTextureUpdates() const OVERRIDE;
virtual void acquireLayerTextures() OVERRIDE { }
virtual bool commitPendingForTesting() OVERRIDE;
+ virtual skia::RefPtr<SkPicture> capturePicture() OVERRIDE;
virtual RendererCapabilities& rendererCapabilities();
void setMaxPartialTextureUpdates(size_t);
« no previous file with comments | « cc/single_thread_proxy.cc ('k') | cc/test/fake_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698