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

Unified Diff: cc/layer.h

Issue 11567034: Changes subtreeShouldRenderToSeparateSurface logic to account for explicit clipping (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: very minor change Created 7 years, 11 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 | « cc/draw_properties.h ('k') | cc/layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layer.h
diff --git a/cc/layer.h b/cc/layer.h
index 824e7b59f250fceaaf274de78d3d14e525e306fd..c7693940ef7096a292182ff255e60dcd50f01bcb 100644
--- a/cc/layer.h
+++ b/cc/layer.h
@@ -289,6 +289,8 @@ public:
// canvas that doesn't want to be triple-buffered across all three trees.
virtual bool blocksPendingCommit() const;
+ virtual bool canClipSelf() const;
+
protected:
friend class LayerImpl;
friend class TreeSynchronizer;
« no previous file with comments | « cc/draw_properties.h ('k') | cc/layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698