summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/renderer/platform/graphics/compositor_mutator_client.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/renderer/platform/graphics/compositor_mutator_client.h')
-rw-r--r--chromium/third_party/blink/renderer/platform/graphics/compositor_mutator_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/third_party/blink/renderer/platform/graphics/compositor_mutator_client.h b/chromium/third_party/blink/renderer/platform/graphics/compositor_mutator_client.h
index 77e0819d92a..827aba8df8d 100644
--- a/chromium/third_party/blink/renderer/platform/graphics/compositor_mutator_client.h
+++ b/chromium/third_party/blink/renderer/platform/graphics/compositor_mutator_client.h
@@ -18,7 +18,7 @@ class PLATFORM_EXPORT CompositorMutatorClient : public cc::LayerTreeMutator {
explicit CompositorMutatorClient(std::unique_ptr<CompositorMutatorImpl>);
~CompositorMutatorClient() override;
- void SetMutationUpdate(std::unique_ptr<cc::MutatorOutputState>);
+ virtual void SetMutationUpdate(std::unique_ptr<cc::MutatorOutputState>);
// cc::LayerTreeMutator
void SetClient(cc::LayerTreeMutatorClient*) override;