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

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

Issue 2290233007: Move convertViewportToWindow and convertWindowToViewport from (Closed)
Patch Set: Created 4 years, 4 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/WebSharedWorkerImpl.h
diff --git a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
index 90ea06f30197621b8ec905c4e5e0d91bc97943e1..cb75f2a348f50ba5a976058e80e3e4ec82847365 100644
--- a/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
+++ b/third_party/WebKit/Source/web/WebSharedWorkerImpl.h
@@ -51,6 +51,7 @@ class ConsoleMessage;
class ParentFrameTaskRunners;
class WebApplicationCacheHost;
class WebApplicationCacheHostClient;
+class WebFrameWidget;
class WebLocalFrameImpl;
class WebServiceWorkerNetworkProvider;
class WebSharedWorkerClient;
@@ -137,6 +138,7 @@ private:
// 'shadow page' - created to proxy loading requests from the worker.
Persistent<ExecutionContext> m_loadingDocument;
WebView* m_webView;
+ WebFrameWidget* m_webFrameWidget;
Persistent<WebLocalFrameImpl> m_mainFrame;
bool m_askedToTerminate;

Powered by Google App Engine
This is Rietveld 408576698