| Index: Source/core/inspector/InspectorPageAgent.h
|
| diff --git a/Source/core/inspector/InspectorPageAgent.h b/Source/core/inspector/InspectorPageAgent.h
|
| index 92a174a1c19acef70395f912e3e9cd04e7e2f9ce..09a382ed07ea92d52946589c7b3e417829c47714 100644
|
| --- a/Source/core/inspector/InspectorPageAgent.h
|
| +++ b/Source/core/inspector/InspectorPageAgent.h
|
| @@ -171,7 +171,7 @@ private:
|
| void updateViewMetricsFromState();
|
| void updateViewMetrics(bool enabled, int width, int height, double deviceScaleFactor, bool emulateViewport, bool fitWindow, double fontScaleFactor, bool textAutosizingEnabled);
|
| void updateTouchEventEmulationInPage(bool);
|
| - bool forceCompositingMode(ErrorString*);
|
| + bool compositingEnabled(ErrorString*);
|
|
|
| static bool dataContent(const char* data, unsigned size, const String& textEncodingName, bool withBase64Encode, String* result);
|
|
|
|
|