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

Unified Diff: cc/layers/content_layer.h

Issue 23049007: Implemented printToSkPicture without using WebViewBenchmarkSupport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deleted comment Created 7 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 | « no previous file | cc/layers/content_layer.cc » ('j') | content/renderer/gpu/render_widget_compositor.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/content_layer.h
diff --git a/cc/layers/content_layer.h b/cc/layers/content_layer.h
index f49215b6b409483dcc8db6da6ea268a26e78b555..a076c31dcaced749e60c6b939a42e553cc8aab02 100644
--- a/cc/layers/content_layer.h
+++ b/cc/layers/content_layer.h
@@ -52,6 +52,8 @@ class CC_EXPORT ContentLayer : public TiledLayer {
virtual bool SupportsLCDText() const OVERRIDE;
+ virtual skia::RefPtr<SkPicture> GetPicture() const OVERRIDE;
+
protected:
explicit ContentLayer(ContentLayerClient* client);
virtual ~ContentLayer();
« no previous file with comments | « no previous file | cc/layers/content_layer.cc » ('j') | content/renderer/gpu/render_widget_compositor.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698