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

Unified Diff: third_party/WebKit/Source/web/WebViewImpl.h

Issue 2515363002: Introduce AnimationWorkletProxyClient and necessary plumbing to get it in worklet messaging proxy. (Closed)
Patch Set: Export CompositorAnimator Created 3 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
Index: third_party/WebKit/Source/web/WebViewImpl.h
diff --git a/third_party/WebKit/Source/web/WebViewImpl.h b/third_party/WebKit/Source/web/WebViewImpl.h
index e4ad02f13c9a334256467a701729dd0e3f2e2123..b9669ef60540d622e6a552e257391a93bda40bbf 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -486,7 +486,9 @@ class WEB_EXPORT WebViewImpl final
void forceNextWebGLContextCreationToFail() override;
void forceNextDrawingBufferCreationToFail() override;
- CompositorProxyClient* createCompositorProxyClient();
+ CompositorProxyClient* createCompositorProxyClient(
+ CompositorProxyClient::Type);
+
IntSize mainFrameSize();
WebDisplayMode displayMode() const { return m_displayMode; }

Powered by Google App Engine
This is Rietveld 408576698