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

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: Remove unnecessary PLATFORM_EXPORT Created 3 years, 10 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 09b2f8d33dc71554ddc5ddb9cc271584f6bf8de3..6b3c85074be2d40e16138fc4d822ad96283a1580 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -218,7 +218,13 @@ class CORE_EXPORT EmptyChromeClient : public ChromeClient {
void annotatedRegionsChanged() override {}
String acceptLanguages() override;
- CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override {
+ CompositorWorkerProxyClient* createCompositorWorkerProxyClient(
+ LocalFrame*) override {
+ return nullptr;
+ }
+
+ AnimationWorkletProxyClient* createAnimationWorkletProxyClient(
+ LocalFrame*) override {
return nullptr;
}
« no previous file with comments | « third_party/WebKit/Source/core/dom/CompositorWorkerProxyClient.cpp ('k') | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698