Index: Source/web/WebViewImpl.h |
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h |
index 544e21fffe25f1ca93b0c4b8ba684f79e951a748..ad4414ea24b628e568855c464447f0ce7cd0be8f 100644 |
--- a/Source/web/WebViewImpl.h |
+++ b/Source/web/WebViewImpl.h |
@@ -113,6 +113,8 @@ public: |
const WebSize& scrollDelta, |
float pageScaleDelta, |
float topControlsDelta) OVERRIDE; |
+ virtual void recordSmoothnessTimingEvent(enum smoothnessTimingEventType, |
+ int64_t, const WebVector<std::pair<int, double> >&) OVERRIDE; |
virtual void mouseCaptureLost() OVERRIDE; |
virtual void setFocus(bool enable) OVERRIDE; |
virtual bool setComposition( |