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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1804023002: Fix page zoom to be frame-centric for out-of-process frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address alexmos@ comments, run two experiments. Created 4 years, 8 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/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index a852cadf37cbbdafabfbe3b1215aaa57a1118c2b..cbca14939ebbdd53fd896cd5d24b45937ae59c7c 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -795,6 +795,8 @@ class CONTENT_EXPORT RenderFrameImpl
const blink::WebFindOptions& options);
void OnStopFinding(StopFindAction action);
void OnEnableViewSourceMode();
+ void OnSetTemporaryZoomLevel(double zoom_level, bool is_temporary);
+ void OnSetPageZoomLevel(double zoom_level);
#if defined(OS_ANDROID)
void OnActivateNearestFindResult(int request_id, float x, float y);
void OnFindMatchRects(int current_version);

Powered by Google App Engine
This is Rietveld 408576698