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

Unified Diff: Source/web/WebViewImpl.h

Issue 867063004: [Slimming Paint] Paint the inspector overlay with GraphicsLayer DisplayList. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
Index: Source/web/WebViewImpl.h
diff --git a/Source/web/WebViewImpl.h b/Source/web/WebViewImpl.h
index 0f13d5ab48e7b64ed76cc3dd3a4597ae198728a4..c4e128d811df30683e7c185228b1e4e83dd20c7a 100644
--- a/Source/web/WebViewImpl.h
+++ b/Source/web/WebViewImpl.h
@@ -303,6 +303,8 @@ public:
WebColor backgroundColorOverride() const { return m_backgroundColorOverride; }
PageOverlayList* pageOverlays() const { return m_pageOverlays.get(); }
+ void addPageOverlay(PageOverlay::Painter*, int zOrder);
+ void removePageOverlay(PageOverlay::Painter*);
void setOverlayLayer(GraphicsLayer*);

Powered by Google App Engine
This is Rietveld 408576698