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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 1895873006: compositor-worker: Initialize CW machinery plumbing to compositor and fire CW rAF callbacks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bring up oilpan support during compositor worker creation and oilpan the compositor mutator and pro… Created 4 years, 8 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: third_party/WebKit/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index f2ec44ba39007f11082721c502c30606c9df06ba..d36f1dbf99a7c886dbf4170c74ecd478a6c6871f 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -49,6 +49,7 @@ class AXObject;
class ColorChooser;
class ColorChooserClient;
class CompositorAnimationTimeline;
+class CompositorProxyClient;
class DateTimeChooser;
class DateTimeChooserClient;
class Element;
@@ -268,6 +269,8 @@ public:
virtual void registerPopupOpeningObserver(PopupOpeningObserver*) = 0;
virtual void unregisterPopupOpeningObserver(PopupOpeningObserver*) = 0;
+ virtual CompositorProxyClient* createCompositorProxyClient(LocalFrame* localRoot) = 0;
+
virtual FloatSize elasticOverscroll() const { return FloatSize(); }
// Called when observed XHR, fetch, and other fetch request with non-GET

Powered by Google App Engine
This is Rietveld 408576698