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

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

Issue 1956893003: compositor-worker: Add CompositorProxyClient worker client of CompositorWorker. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Use local root frame and remove unneeded includes. Created 4 years, 7 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 c4084d3f33d6a014fb72a92c03cdf46c48b53bcc..e740b7645be4f82caf439f2150be20ae788d641d 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -171,6 +171,8 @@ public:
void annotatedRegionsChanged() override {}
String acceptLanguages() override;
+ CompositorProxyClient* createCompositorProxyClient(LocalFrame*) override { return nullptr; }
+
void registerPopupOpeningObserver(PopupOpeningObserver*) override {}
void unregisterPopupOpeningObserver(PopupOpeningObserver*) override {}
« no previous file with comments | « third_party/WebKit/Source/core/dom/CompositorProxyClient.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