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

Unified Diff: Source/web/ChromeClientImpl.h

Issue 1301033002: Plumb CompositedDisplayList to WebViewImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase from space, also minor cleanups Created 5 years, 4 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/ChromeClientImpl.h
diff --git a/Source/web/ChromeClientImpl.h b/Source/web/ChromeClientImpl.h
index 0de8d1247d366b0cb23b183f6c0787147c9ebcaf..88fab818ba8ffc8181ad83554809f2e1ed14c2ce 100644
--- a/Source/web/ChromeClientImpl.h
+++ b/Source/web/ChromeClientImpl.h
@@ -119,6 +119,9 @@ public:
// Pass 0 as the GraphicsLayer to detatch the root layer.
void attachRootGraphicsLayer(GraphicsLayer*, LocalFrame* localRoot) override;
+ void setCompositedDisplayList(PassOwnPtr<WebCompositedDisplayList>) override;
+ WebCompositedDisplayList* compositedDisplayListForTesting() override;
+
void attachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override;
void detachCompositorAnimationTimeline(WebCompositorAnimationTimeline*, LocalFrame* localRoot) override;

Powered by Google App Engine
This is Rietveld 408576698