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

Unified Diff: content/common/page_messages.h

Issue 2417783005: [Master/Overview CL] Make PageScaleFactor work for oopif subframe.
Patch Set: Rebase to master@{#429656}. Created 4 years, 1 month 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
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/page_messages.h
diff --git a/content/common/page_messages.h b/content/common/page_messages.h
index 6b988a352d485269c289de40f0826dac8f673600..01e154bc5bcdee70adb725e2beeefbf1363ed9f0 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)
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/gpu/render_widget_compositor.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698