| 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 20efe2c6be234914848eb33d2933c977219d30a3..9f036ca2629164191f18bd8eda9a9d5aa2bcccb7 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| @@ -81,7 +81,10 @@ public:
|
|
|
| void clear();
|
| bool handleInputEvent(const WebInputEvent&);
|
| - void layout();
|
| +
|
| + // Does not yet include paint.
|
| + void updateAllLifecyclePhases();
|
| +
|
| PageOverlay* pageOverlay() { return m_pageOverlay.get(); };
|
| String evaluateInOverlayForTest(const String&);
|
|
|
|
|