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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.h

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: Export CompositorAnimator Created 3 years, 11 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/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 416e2c10552d2163e838385a79c22d0d77b42b26..6ca6103b929573fb799ff1c4a2834bac26e6933b 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -215,7 +215,9 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void annotatedRegionsChanged() override {}
String acceptLanguages() override;
- CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override {
+ CompositorProxyClient* createCompositorProxyClient(
+ CompositorProxyClient::Type,
+ LocalFrame*) override {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698