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

Unified Diff: third_party/WebKit/Source/platform/heap/BlinkGC.h

Issue 2329463004: ABANDONED CL: Changes needed to make things compile after running rewrite_to_chrome_style tool. (Closed)
Patch Set: More fixes - things build fine at this point. Created 3 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
Index: third_party/WebKit/Source/platform/heap/BlinkGC.h
diff --git a/third_party/WebKit/Source/platform/heap/BlinkGC.h b/third_party/WebKit/Source/platform/heap/BlinkGC.h
index 3186d7f508a120c81b716e8af8c743beb9f1d2d5..cee4ac35b7b28472a3e26dd3f8f3f4e576379370 100644
--- a/third_party/WebKit/Source/platform/heap/BlinkGC.h
+++ b/third_party/WebKit/Source/platform/heap/BlinkGC.h
@@ -48,8 +48,10 @@ using MovingObjectCallback = void (*)(void* callbackData,
#define FOR_EACH_TYPED_ARENA(H) \
H(Node) \
H(CSSValue)
+ /* DO NOT SUBMIT - Conflict resolution helper:
+ * Important to have CSSValue and Node rather than kCSSValue or kNode above */
-#define TypedArenaEnumName(Type) Type##ArenaIndex,
+#define TypedArenaEnumName(Type) k##Type##ArenaIndex,
class PLATFORM_EXPORT BlinkGC final {
STATIC_ONLY(BlinkGC);
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/skia/SkiaUtils.cpp ('k') | third_party/WebKit/Source/platform/heap/HeapTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698