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

Unified Diff: Source/web/PageOverlayList.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/PageOverlayList.h
diff --git a/Source/web/PageOverlayList.h b/Source/web/PageOverlayList.h
index 779a7db74d9a4d4bf90b5b475a07e656f639c1db..f321965efcd04d3176fd1fd299b071e7301f159d 100644
--- a/Source/web/PageOverlayList.h
+++ b/Source/web/PageOverlayList.h
@@ -59,6 +59,11 @@ public:
size_t findGraphicsLayer(GraphicsLayer*);
+ // FIXME: Really, it should be possible for there to be multiple.
+ // But the signature of WebViewImpl::setOverlayLayer already seems to
+ // preclude that.
+ GraphicsLayer* graphicsLayerForTesting() const;
+
private:
typedef Vector<OwnPtr<PageOverlay>, 2> PageOverlays;

Powered by Google App Engine
This is Rietveld 408576698