| 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 e21137b4c3feeb12ea0c643178fc761c5f133e8d..970f0f77fc13d46bfefb75aaea0d7950c02150ba 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;
|
| @@ -490,6 +491,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() {}
|
| };
|
|
|