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

Unified Diff: third_party/WebKit/Source/core/dom/CompositorProxy.h

Issue 2756703002: Don't expose a LayerImpl reference to CompositorProxy. (Closed)
Patch Set: Address smcgruer comments. Created 3 years, 9 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 | « no previous file | third_party/WebKit/Source/core/dom/CompositorProxy.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/dom/CompositorProxy.h
diff --git a/third_party/WebKit/Source/core/dom/CompositorProxy.h b/third_party/WebKit/Source/core/dom/CompositorProxy.h
index 37efc8446b9c7ccaee8fc3a31b967010ae1fd374..dd2ee5b3726a550e8492e3653b23a4f66e647961 100644
--- a/third_party/WebKit/Source/core/dom/CompositorProxy.h
+++ b/third_party/WebKit/Source/core/dom/CompositorProxy.h
@@ -37,6 +37,7 @@ class CORE_EXPORT CompositorProxy final
DEFINE_INLINE_TRACE() {}
+ uint64_t proxyId() const { return m_proxyId; }
uint64_t elementId() const { return m_elementId; }
uint32_t compositorMutableProperties() const {
return m_compositorMutableProperties;
@@ -72,6 +73,7 @@ class CORE_EXPORT CompositorProxy final
void disconnectInternal();
const uint64_t m_elementId = 0;
+ const uint64_t m_proxyId = 0;
const uint32_t m_compositorMutableProperties = 0;
bool m_connected = true;
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/CompositorProxy.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698