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

Unified Diff: content/browser/renderer_host/frame_metadata_util.h

Issue 2751903003: DoubleTap Zoom support for Mobile Viewport pages (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « no previous file | content/browser/renderer_host/frame_metadata_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/frame_metadata_util.h
diff --git a/content/browser/renderer_host/frame_metadata_util.h b/content/browser/renderer_host/frame_metadata_util.h
index 54b97b8054cbb13220822c44340c385718706f02..7a6add8aed3bae94d801fb96ce5c3fab3f496d89 100644
--- a/content/browser/renderer_host/frame_metadata_util.h
+++ b/content/browser/renderer_host/frame_metadata_util.h
@@ -19,7 +19,8 @@ namespace content {
// (indicating that this is a mobile-optimized or responsive web design);
// - page that prevents zooming in or out.
CONTENT_EXPORT bool IsMobileOptimizedFrame(
- const cc::CompositorFrameMetadata& frame_metadata);
+ const cc::CompositorFrameMetadata& frame_metadata,
+ bool force_enable_zoom);
} // namespace content
« no previous file with comments | « no previous file | content/browser/renderer_host/frame_metadata_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698