diff options
Diffstat (limited to 'cc/layer_impl.h')
-rw-r--r-- | cc/layer_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/layer_impl.h b/cc/layer_impl.h index 02f94ec..6cc4d12 100644 --- a/cc/layer_impl.h +++ b/cc/layer_impl.h @@ -268,6 +268,8 @@ public: virtual Region visibleContentOpaqueRegion() const; + virtual void didUpdateTransforms() { } + // Indicates that the context previously used to render this layer // was lost and that a new one has been created. Won't be called // until the new context has been created successfully. |