Index: Source/core/inspector/InspectorController.h |
diff --git a/Source/core/inspector/InspectorController.h b/Source/core/inspector/InspectorController.h |
index 74e17e9e80c871cc7de39c0cb028518f549a89b1..2a701fa21c1fa2bf4e471d0afeb4034b67fe4ddf 100644 |
--- a/Source/core/inspector/InspectorController.h |
+++ b/Source/core/inspector/InspectorController.h |
@@ -79,6 +79,7 @@ public: |
void setTextAutosizingEnabled(bool); |
void setDeviceScaleAdjustment(float); |
void setPreferCompositingToLCDTextEnabled(bool); |
+ void setUseMobileViewportStyle(bool); |
void willBeDestroyed(); |
void registerModuleAgent(PassOwnPtrWillBeRawPtr<InspectorAgent>); |