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

Unified Diff: cc/picture_layer.cc

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: resubmitting, empty files in the review. Created 7 years, 12 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/picture_layer.cc
diff --git a/cc/picture_layer.cc b/cc/picture_layer.cc
index d00f54b74e87e549a9d583bfe36cda9550f5c6cb..29002ba797d9f2c993407d5078ac4aa2e81988fe 100644
--- a/cc/picture_layer.cc
+++ b/cc/picture_layer.cc
@@ -68,4 +68,8 @@ void PictureLayer::setIsMask(bool is_mask) {
is_mask_ = is_mask;
}
+bool PictureLayer::isPictureLayer() const {
+ return true;
+}
+
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698