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

Unified Diff: third_party/WebKit/Source/web/DevToolsEmulator.cpp

Issue 1747203002: Add missing DevToolsEmulator field initialization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/DevToolsEmulator.cpp
diff --git a/third_party/WebKit/Source/web/DevToolsEmulator.cpp b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
index 098d985e4d182660f03b8e941df4e56a216414ee..45fa0991e27dce3704816187cad4f1db1f2e89c4 100644
--- a/third_party/WebKit/Source/web/DevToolsEmulator.cpp
+++ b/third_party/WebKit/Source/web/DevToolsEmulator.cpp
@@ -67,6 +67,7 @@ DevToolsEmulator::DevToolsEmulator(WebViewImpl* webViewImpl)
, m_embedderPrimaryHoverType(webViewImpl->page()->settings().primaryHoverType())
, m_touchEventEmulationEnabled(false)
, m_doubleTapToZoomEnabled(false)
+ , m_mainFrameResizesAreOrientationChanges(false)
, m_originalTouchEnabled(false)
, m_originalDeviceSupportsMouse(false)
, m_originalDeviceSupportsTouch(false)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698