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

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

Issue 143323014: *** DO NOT LAND *** Attempt to understand Regions complexity Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 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
« no previous file with comments | « Source/core/dom/ElementRareData.h ('k') | Source/core/dom/NamedFlow.h » ('j') | 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 04479f0096c385d4cf80053f699a9a1b6968c307..85889c3aae58cf8308c2f8d6667077078ed1cf54 100644
--- a/Source/core/dom/ElementRareData.cpp
+++ b/Source/core/dom/ElementRareData.cpp
@@ -31,7 +31,6 @@
#include "config.h"
#include "core/dom/ElementRareData.h"
-#include "core/rendering/RegionOversetState.h"
#include "core/rendering/style/RenderStyle.h"
namespace WebCore {
@@ -39,7 +38,6 @@ namespace WebCore {
struct SameSizeAsElementRareData : NodeRareData {
short indices[2];
unsigned bitfields;
- RegionOversetState regionOversetState;
LayoutSize sizeForResizing;
IntSize scrollOffset;
void* pointers[11];
« no previous file with comments | « Source/core/dom/ElementRareData.h ('k') | Source/core/dom/NamedFlow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698