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

Unified Diff: content/common/page_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/page_messages.h
diff --git a/content/common/page_messages.h b/content/common/page_messages.h
index 6d81f3f965eaff01abb2f49c8d88bd3b60ac1378..16c831809d9c21a7c7059ed007980cbd552197df 100644
--- a/content/common/page_messages.h
+++ b/content/common/page_messages.h
@@ -30,6 +30,9 @@ IPC_MESSAGE_ROUTED2(PageMsg_SetZoomLevel,
IPC_MESSAGE_ROUTED1(PageMsg_SetDeviceScaleFactor,
double /* device_scale_factor */)
+IPC_MESSAGE_ROUTED1(PageMsg_SetPageScaleFactor,
+ double /* page_scale_factor */)
+
// Informs the renderer that the page was hidden.
IPC_MESSAGE_ROUTED0(PageMsg_WasHidden)

Powered by Google App Engine
This is Rietveld 408576698