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

Unified Diff: third_party/WebKit/public/web/WebView.h

Issue 1625473002: compositor-worker: blink->cc plumbing Base URL: https://chromium.googlesource.com/chromium/src.git@upstream-compositor-worker
Patch Set: Merge with landing of https://codereview.chromium.org/1599673002/ on master Created 4 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
« no previous file with comments | « third_party/WebKit/public/platform/WebLayerTreeView.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebView.h
diff --git a/third_party/WebKit/public/web/WebView.h b/third_party/WebKit/public/web/WebView.h
index 18b2e9dd47d0958c1d1ebd9dc4ed86d61e9e7301..26e06c0bdcacd46918b77d01dc2a9afb1c228308 100644
--- a/third_party/WebKit/public/web/WebView.h
+++ b/third_party/WebKit/public/web/WebView.h
@@ -44,6 +44,7 @@
namespace blink {
+class CompositorProxyClient;
class WebAXObject;
class WebAutofillClient;
class WebCompositedDisplayList;
@@ -487,6 +488,12 @@ public:
// context's ability to deal with that failure gracefully can be tested.
virtual void forceNextDrawingBufferCreationToFail() = 0;
+ // CompositorWorker -----------------------------------------------------
+
+ // Initializes the compositor worker machinery and ensures that it is
+ // plumbed to the compositor.
+ virtual CompositorProxyClient* createCompositorProxyClient() = 0;
+
protected:
~WebView() {}
};
« no previous file with comments | « third_party/WebKit/public/platform/WebLayerTreeView.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698