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

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: 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/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 6384ae672f703b4319aee9d7b79fd681445273ca..ea880f7beae030668d5e83bbeb1053366af4c170 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -216,7 +216,8 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void annotatedRegionsChanged() override {}
String acceptLanguages() override;
- CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override {
+ CompositorProxyClientFactory* compositorProxyClientFactory(
+ LocalFrame*) override {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698