Index: cc/layers/layer_impl.h |
diff --git a/cc/layers/layer_impl.h b/cc/layers/layer_impl.h |
index 87891ce1b8d1c62a2a0b27d601d64f26dd413040..92e0aebb8dedd8f0a5441fdd52e12e215583852e 100644 |
--- a/cc/layers/layer_impl.h |
+++ b/cc/layers/layer_impl.h |
@@ -344,6 +344,7 @@ class CC_EXPORT LayerImpl { |
virtual std::unique_ptr<base::DictionaryValue> LayerTreeAsJson(); |
bool LayerPropertyChanged() const; |
+ bool LayerPropertyChangedOnly() const; |
vmpstr
2017/07/13 18:01:02
This looks a bit awkward. Maybe LayerPropertyChang
wutao
2017/07/14 00:02:53
I am a little worry that there are 45 references t
|
void ResetChangeTracking(); |