Index: third_party/WebKit/public/web/WebFrameClient.h |
diff --git a/third_party/WebKit/public/web/WebFrameClient.h b/third_party/WebKit/public/web/WebFrameClient.h |
index a9d545394537eb5b152752ebedbb5874fbbbc824..40678b3b3c1ce4fcac98aeb9768d5a56ea98645a 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -579,6 +579,9 @@ class BLINK_EXPORT WebFrameClient { |
// The main frame scrolled. |
virtual void didChangeScrollOffset(WebLocalFrame*) {} |
+ // The main frame restored page scale on load. |
+ virtual void didRestorePageScaleFactorOnLoad(float pageScale) {} |
+ |
// If the frame is loading an HTML document, this will be called to |
// notify that the <body> will be attached soon. |
virtual void willInsertBody(WebLocalFrame*) {} |