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

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: 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') | cc/layers/content_layer.cc » ('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..391f1d1710afafcd53df4864de7584aeedfe7248 100644
--- a/cc/layers/content_layer.h
+++ b/cc/layers/content_layer.h
@@ -50,6 +50,8 @@ class CC_EXPORT ContentLayer : public TiledLayer {
virtual void SetContentsOpaque(bool contents_opaque) OVERRIDE;
+ virtual skia::RefPtr<SkPicture> GetPicture() const OVERRIDE;
+
virtual bool SupportsLCDText() const OVERRIDE;
protected:
« no previous file with comments | « no previous file | cc/layers/content_layer.cc » ('j') | cc/layers/content_layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698