Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(924)

Unified Diff: content/common/frame_messages.h

Issue 2652643004: Make PageScaleFactor work for oopif subframes.
Patch Set: Fix patch gardening error: GesturePinch routing tests. Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 90923442602cc1558cfafd0d49cc9ae7fc831d99..df1f7e25d7b14f19b52b7bef4fe73ee8a80edae0 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -942,6 +942,9 @@ IPC_MESSAGE_ROUTED0(FrameMsg_SetHasReceivedUserGesture)
IPC_MESSAGE_ROUTED1(FrameMsg_RunFileChooserResponse,
std::vector<content::FileChooserFileInfo>)
+IPC_MESSAGE_ROUTED1(FrameHostMsg_RestorePageScaleFactorOnLoad,
kenrb 2017/01/24 17:13:27 nit: This could use a comment.
wjmaclean 2017/01/24 18:24:26 Done.
+ float /* page_scale */)
+
// -----------------------------------------------------------------------------
// Messages sent from the renderer to the browser.

Powered by Google App Engine
This is Rietveld 408576698