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

Unified Diff: cc/LayerChromium.h

Issue 10916307: Add the ubercomp DelegatedRendererLayer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use OwnPtrVector Created 8 years, 3 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/DelegatedRendererLayerChromium.cpp ('k') | cc/RenderSurfaceChromium.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/LayerChromium.h
diff --git a/cc/LayerChromium.h b/cc/LayerChromium.h
index 0b4fe63437cc334ece42681dd94c9e4e4fafc6d4..71ec0cc3b77c362395bba7da7a8f97a85c3effbe 100644
--- a/cc/LayerChromium.h
+++ b/cc/LayerChromium.h
@@ -172,6 +172,8 @@ public:
virtual void setLayerTreeHost(CCLayerTreeHost*);
+ bool hasContributingDelegatedRenderPasses() const { return false; }
+
void setIsDrawable(bool);
void setReplicaLayer(LayerChromium*);
« no previous file with comments | « cc/DelegatedRendererLayerChromium.cpp ('k') | cc/RenderSurfaceChromium.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698