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

Unified Diff: cc/picture_layer.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: 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.h
diff --git a/cc/picture_layer.h b/cc/picture_layer.h
index 2ff522f40bc28dcb6f258d6cc24e6ab27bebe986..989b606e81933fe72b6c7c23c724996b4e03fd5c 100644
--- a/cc/picture_layer.h
+++ b/cc/picture_layer.h
@@ -31,6 +31,7 @@ public:
virtual void update(ResourceUpdateQueue&, const OcclusionTracker*,
RenderingStats&) OVERRIDE;
virtual void setIsMask(bool is_mask) OVERRIDE;
+ virtual bool isPictureLayer() const OVERRIDE;
protected:
explicit PictureLayer(ContentLayerClient*);

Powered by Google App Engine
This is Rietveld 408576698