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

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: 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
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 f648bad5821d61114ab5a16616c68c213bc50c01..bdeca0c99cde6b16d75a23753557be4000152108 100644
--- a/third_party/WebKit/Source/web/WebViewImpl.h
+++ b/third_party/WebKit/Source/web/WebViewImpl.h
@@ -484,7 +484,9 @@ class WEB_EXPORT WebViewImpl final
void forceNextWebGLContextCreationToFail() override;
void forceNextDrawingBufferCreationToFail() override;
- CompositorProxyClient* createCompositorProxyClient();
+ CompositorWorkerProxyClient* createCompositorWorkerProxyClient();
+ AnimationWorkletProxyClient* createAnimationWorkletProxyClient();
+
IntSize mainFrameSize();
WebDisplayMode displayMode() const { return m_displayMode; }
@@ -599,6 +601,8 @@ class WEB_EXPORT WebViewImpl final
LocalFrame* focusedLocalFrameInWidget() const;
LocalFrame* focusedLocalFrameAvailableForIme() const;
+ CompositorMutatorImpl& mutator();
+
WebViewClient* m_client; // Can be 0 (e.g. unittests, shared workers, etc.)
WebSpellCheckClient* m_spellCheckClient;
« no previous file with comments | « third_party/WebKit/Source/web/WebViewFrameWidget.cpp ('k') | third_party/WebKit/Source/web/WebViewImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698