Index: content/renderer/render_view_impl.h |
=================================================================== |
--- content/renderer/render_view_impl.h (revision 160422) |
+++ content/renderer/render_view_impl.h (working copy) |
@@ -1166,6 +1166,10 @@ |
// --enable-fixed-layout[=w,h]. |
void ProcessViewLayoutFlags(const CommandLine& command_line); |
+ // Processes the command-line flags --enable-pinch and |
+ // --enable-pinch-in-compositor |
+ void ProcessAcceleratedPinchZoomFlags(const CommandLine& command_line); |
+ |
// Sends a reply to the current find operation handling if it was a |
// synchronous find request. |
void SendFindReply(int request_id, |