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

Unified Diff: third_party/WebKit/Source/core/style/BasicShapes.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/core/style/BasicShapes.h
diff --git a/third_party/WebKit/Source/core/style/BasicShapes.h b/third_party/WebKit/Source/core/style/BasicShapes.h
index 4313578e454b1b7244530dcfc295e12d0ba97784..07b849d93aa103b6edc82fbd88e5ad82a66e0a71 100644
--- a/third_party/WebKit/Source/core/style/BasicShapes.h
+++ b/third_party/WebKit/Source/core/style/BasicShapes.h
@@ -75,8 +75,8 @@ class CORE_EXPORT BasicShape : public RefCounted<BasicShape> {
#define DEFINE_BASICSHAPE_TYPE_CASTS(thisType) \
DEFINE_TYPE_CASTS(thisType, BasicShape, value, \
- value->type() == BasicShape::thisType##Type, \
- value.type() == BasicShape::thisType##Type)
+ value->Type() == BasicShape::k##thisType##Type, \
+ value.Type() == BasicShape::k##thisType##Type)
class BasicShapeCenterCoordinate {
DISALLOW_NEW();
« no previous file with comments | « third_party/WebKit/Source/core/paint/Transform3DRecorder.cpp ('k') | third_party/WebKit/Source/core/svg/SVGFEBlendElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698