| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index ea143139b6cb6350a2532ad089b84fefffb258b6..e268c8fb94cabcba043816af6210d00ec64df9f7 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -178,7 +178,9 @@ private:
|
| InspectorPageAgent(InstrumentingAgents*, Page*, InspectorAgent*, InspectorCompositeState*, InjectedScriptManager*, InspectorClient*, InspectorOverlay*);
|
| bool deviceMetricsChanged(int width, int height, double fontScaleFactor, bool fitWindow);
|
| void updateViewMetrics(int, int, double, bool);
|
| +#if ENABLE(TOUCH_EVENTS)
|
| void updateTouchEventEmulationInPage(bool);
|
| +#endif
|
|
|
| static bool mainResourceContent(Frame*, bool withBase64Encode, String* result);
|
| static bool dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* result);
|
|
|