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 5349ba331c836cddd1a09b70129364457bbc21c4..8c927db50406395c0306b5f0f07ce9a753ed6ce5 100644 |
--- a/third_party/WebKit/public/web/WebFrameClient.h |
+++ b/third_party/WebKit/public/web/WebFrameClient.h |
@@ -590,6 +590,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*) {} |