| 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 5d619bb91603da5f401d51bcb11828c9d63e9706..50beb18a77756effecdb233e046e5e8c7c7964f3 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| @@ -134,6 +134,7 @@ private:
|
| void rebuildOverlayPage();
|
| void invalidate();
|
| void scheduleUpdate();
|
| + void clearInternal();
|
|
|
| bool handleMousePress();
|
| bool handleGestureEvent(const PlatformGestureEvent&);
|
|
|