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

Unified Diff: Source/core/dom/ElementRareData.cpp

Issue 1064123002: compositor-worker: Introduce CompositorProxy::disconnect(). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: self-nit Created 5 years, 8 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
« Source/core/dom/ElementRareData.h ('K') | « Source/core/dom/ElementRareData.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ElementRareData.cpp
diff --git a/Source/core/dom/ElementRareData.cpp b/Source/core/dom/ElementRareData.cpp
index 8ae8da2e13c5ba8224368895c31dea7cf4ae6560..8adcfaf7db78a3575e524c74ef6a730badde54a8 100644
--- a/Source/core/dom/ElementRareData.cpp
+++ b/Source/core/dom/ElementRareData.cpp
@@ -37,6 +37,7 @@ namespace blink {
struct SameSizeAsElementRareData : NodeRareData {
short indices[2];
+ uint32_t proxyCount;
LayoutSize sizeForResizing;
IntSize scrollOffset;
void* pointers[14];
« Source/core/dom/ElementRareData.h ('K') | « Source/core/dom/ElementRareData.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698