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

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

Issue 1526093006: Fix paint code so that overlays and views paint their own layers. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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
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&);

Powered by Google App Engine
This is Rietveld 408576698