| 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 720a88cfc225d28cd8b4cabd721e7748eb169580..5725e83ac32bad9371b54566e687ce7aa6d47dc1 100644
|
| --- a/third_party/WebKit/Source/web/InspectorOverlay.h
|
| +++ b/third_party/WebKit/Source/web/InspectorOverlay.h
|
| @@ -83,6 +83,8 @@ public:
|
| bool handleInputEvent(const WebInputEvent&);
|
| void pageLayoutInvalidated(bool resized);
|
| void setShowViewportSizeOnResize(bool);
|
| + void showReloadingBlanket();
|
| + void maybeClearReloadingBlanket();
|
| void setPausedInDebuggerMessage(const String&);
|
|
|
| // Does not yet include paint.
|
| @@ -156,6 +158,7 @@ private:
|
| bool m_omitTooltip;
|
| Timer<InspectorOverlay> m_timer;
|
| bool m_suspended;
|
| + bool m_showReloadingBlanket;
|
| bool m_inLayout;
|
| bool m_needsUpdate;
|
| V8InspectorSession* m_v8Session;
|
|
|