| Index: third_party/WebKit/Source/web/InspectorOverlay.h | 
| diff --git a/third_party/WebKit/Source/web/InspectorOverlay.h b/third_party/WebKit/Source/web/InspectorOverlay.h | 
| index c9daa2bf45269017d160bb1ec4b47993910d8fe9..30f1d91414f490d63d7af6c7a7dd4f6a5c8065ed 100644 | 
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h | 
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h | 
| @@ -120,6 +120,8 @@ private: | 
| void drawPausedInDebuggerMessage(); | 
| void drawViewSize(); | 
|  | 
| +    float windowToViewportScale() const; | 
| + | 
| Page* overlayPage(); | 
| LocalFrame* overlayMainFrame(); | 
| void reset(const IntSize& viewportSize, const IntPoint& documentScrollOffset); | 
|  |