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

Unified Diff: third_party/WebKit/Source/core/style/BasicShapes.h

Issue 2611823003: ABANDONED CL: Changes to compile and pass tests after Big Blink Rename (excluding functions). (Closed)
Patch Set: Inducing merge conflicts to force human review and changes after rename. Created 3 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
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 225af2fcad96ca9aa57727ef3337ffec9361d048..8d54515ac1546ae698bfba2a35d08ebc86c47c48 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();

Powered by Google App Engine
This is Rietveld 408576698