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

Unified Diff: cc/layers/layer.cc

Issue 23049007: Implemented printToSkPicture without using WebViewBenchmarkSupport. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixed compile error 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
Index: cc/layers/layer.cc
diff --git a/cc/layers/layer.cc b/cc/layers/layer.cc
index 18361461a13f9386d64d8bdf942cbbcfc9ad23a9..1b584f1594e1177e73390f78c93e20927955a576 100644
--- a/cc/layers/layer.cc
+++ b/cc/layers/layer.cc
@@ -195,6 +195,10 @@ bool Layer::BlocksPendingCommit() const {
return false;
}
+skia::RefPtr<SkPicture> Layer::GetPicture() const {
+ return skia::RefPtr<SkPicture>();
+}
+
bool Layer::CanClipSelf() const {
return false;
}
« no previous file with comments | « cc/layers/layer.h ('k') | cc/layers/picture_layer.h » ('j') | cc/layers/picture_layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698