Index: third_party/WebKit/Source/web/WebViewImpl.h |
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h |
index cc4c3254cb80633e2c82726c03aa3078a29c2026..75367da6447afb0edc383407c9e4398ed6f04bc1 100644 |
--- a/third_party/WebKit/Source/web/WebViewImpl.h |
+++ b/third_party/WebKit/Source/web/WebViewImpl.h |
@@ -131,6 +131,8 @@ public: |
const WebFloatSize& elasticOverscrollDelta, |
float pageScaleDelta, |
float topControlsShownRatioDelta) override; |
+ |
+ void applyMutations(const WebCompositorMutations&) override; |
void recordFrameTimingEvent(enum FrameTimingEventType, int64_t, const WebVector<WebFrameTimingEvent>&) override; |
void mouseCaptureLost() override; |
void setFocus(bool enable) override; |