Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1385)

Unified Diff: third_party/WebKit/Source/web/InspectorOverlayAgent.h

Issue 2859273002: [DevTools] Do not talk to inspector overlay from outside (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/InspectorOverlayAgent.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/web/InspectorOverlayAgent.h
diff --git a/third_party/WebKit/Source/web/InspectorOverlayAgent.h b/third_party/WebKit/Source/web/InspectorOverlayAgent.h
index a854ad97c84cc7a9b0443819ec6cf5755087615c..ec242ac353b2d939b85cb7a213b1beaca40d91fc 100644
--- a/third_party/WebKit/Source/web/InspectorOverlayAgent.h
+++ b/third_party/WebKit/Source/web/InspectorOverlayAgent.h
@@ -120,10 +120,9 @@ class InspectorOverlayAgent final
void PageLayoutInvalidated(bool resized);
void ShowReloadingBlanket();
void HideReloadingBlanket();
- // Does not yet include paint.
- void UpdateAllLifecyclePhases();
- PageOverlay* GetPageOverlay() { return page_overlay_.get(); };
String EvaluateInOverlayForTest(const String&);
+ void PaintOverlay();
+ void LayoutOverlay();
private:
class InspectorOverlayChromeClient;
@@ -159,6 +158,7 @@ class InspectorOverlayAgent final
void Invalidate();
void ScheduleUpdate();
void ClearInternal();
+ void UpdateAllLifecyclePhases();
bool HandleMouseDown();
bool HandleMouseUp();
« no previous file with comments | « no previous file | third_party/WebKit/Source/web/InspectorOverlayAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698