Index: cc/layers/layer.h |
diff --git a/cc/layers/layer.h b/cc/layers/layer.h |
index 5f98c71f480001db300392e3eb4bc8a572ad95c8..dd0464e4f79872b96d577d79fa02e425e7b34ddc 100644 |
--- a/cc/layers/layer.h |
+++ b/cc/layers/layer.h |
@@ -337,6 +337,8 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> { |
void SetLayerClient(LayerClient* client) { inputs_.client = client; } |
+ virtual bool IsSnapped(); |
+ |
virtual void PushPropertiesTo(LayerImpl* layer); |
// Sets the type proto::LayerType that should be used for serialization |