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

Unified Diff: third_party/WebKit/Source/web/ChromeClientImpl.h

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: address feedback Created 4 years, 1 month 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 6fc90dfcaf031af01593db8a34da01e3b558c698..d8cd4b0754f87a01c7aa612879d72ca2a24db542 100644
--- a/third_party/WebKit/Source/web/ChromeClientImpl.h
+++ b/third_party/WebKit/Source/web/ChromeClientImpl.h
@@ -205,7 +205,8 @@ class WEB_EXPORT ChromeClientImpl final : public ChromeClient {
void onMouseDown(Node*) override;
void didUpdateBrowserControls() const override;
- CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override;
+ CompositorProxyClientFactory* compositorProxyClientFactory(
+ LocalFrame*) override;
FloatSize elasticOverscroll() const override;
void didObserveNonGetFetchFromScript() const override;

Powered by Google App Engine
This is Rietveld 408576698