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

Unified Diff: sky/engine/core/dom/ElementRareData.cpp

Issue 664573003: Fix compile issues in sky on android (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « sky/engine/BUILD.gn ('k') | sky/engine/platform/heap/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/dom/ElementRareData.cpp
diff --git a/sky/engine/core/dom/ElementRareData.cpp b/sky/engine/core/dom/ElementRareData.cpp
index f6f93190f2a0c81f7192b6b76398b7fba91b9974..b264f1e39967f5ea90156ac213f251f7fa59560b 100644
--- a/sky/engine/core/dom/ElementRareData.cpp
+++ b/sky/engine/core/dom/ElementRareData.cpp
@@ -36,7 +36,7 @@
namespace blink {
struct SameSizeAsElementRareData : NodeRareData {
- short indices[2];
+ short index;
LayoutSize sizeForResizing;
IntSize scrollOffset;
void* pointers[9];
« no previous file with comments | « sky/engine/BUILD.gn ('k') | sky/engine/platform/heap/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698