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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.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/web/ChromeClientImpl.h
diff --git a/third_party/WebKit/Source/web/ChromeClientImpl.h b/third_party/WebKit/Source/web/ChromeClientImpl.h
index 3f7cb67c412777a446cbeb1b3cee670a22bb04ec..83795aa60a66218edc9aaae7c4f8037348a0a045 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -178,6 +178,7 @@ public:
void onMouseDown(Node*) override;
void didUpdateTopControls() const override;
+ CompositorProxyClient* createCompositorProxyClient(LocalFrame* localRoot) override;
jbroman 2016/04/29 19:42:22 If you take my advice elsewhere about the monotoni
flackr 2016/05/03 22:24:54 Right, removed.
FloatSize elasticOverscroll() const override;
void didObserveNonGetFetchFromScript() const override;

Powered by Google App Engine
This is Rietveld 408576698