diff options
Diffstat (limited to 'cc/LayerChromium.h')
-rw-r--r-- | cc/LayerChromium.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/LayerChromium.h b/cc/LayerChromium.h index 0b4fe63..71ec0cc 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*); |