Index: Source/core/inspector/InspectorPageAgent.h |
diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h |
index 732b55661673f3c1586b577dcb485f1aa135bec0..863b5ea1f90f955bbf1c74e82cbd86d1b53d928f 100644 |
--- a/Source/core/inspector/InspectorPageAgent.h |
+++ b/Source/core/inspector/InspectorPageAgent.h |
@@ -211,6 +211,7 @@ private: |
bool m_originalTouchEnabled; |
bool m_originalDeviceSupportsMouse; |
bool m_originalDeviceSupportsTouch; |
+ int m_originalMaxTouchPoints; |
bool m_embedderTextAutosizingEnabled; |
double m_embedderFontScaleFactor; |