Index: cc/layers/texture_layer.h |
diff --git a/cc/layers/texture_layer.h b/cc/layers/texture_layer.h |
index e050533d22457908c24fcd37f53022f81136fd1d..ae800365259250d0052bf6ba4213adeb178e2b6b 100644 |
--- a/cc/layers/texture_layer.h |
+++ b/cc/layers/texture_layer.h |
@@ -67,6 +67,9 @@ class CC_EXPORT TextureLayer : public Layer { |
void WillModifyTexture(); |
+ // Returns true of the layer must use a mailbox with shared memory. |
+ bool MustUseSharedMemory(); |
+ |
virtual void SetNeedsDisplayRect(const gfx::RectF& dirty_rect) OVERRIDE; |
virtual void SetLayerTreeHost(LayerTreeHost* layer_tree_host) OVERRIDE; |