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

Unified Diff: third_party/WebKit/Source/platform/graphics/CompositingReasons.h

Issue 1636873005: blink: Fix naming and const-ness of constants and non-constants. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: constants: indents Created 4 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/platform/graphics/CompositingReasons.h
diff --git a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
index 2c978bec6693e66f6982ee3dacd0888f4a9aebc3..542694a0ad8e0d5f8f8db63456428f4ec61f8372 100644
--- a/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
+++ b/third_party/WebKit/Source/platform/graphics/CompositingReasons.h
@@ -200,7 +200,7 @@ struct CompositingReasonStringMap {
};
PLATFORM_EXPORT extern const CompositingReasonStringMap kCompositingReasonStringMap[];
-PLATFORM_EXPORT extern size_t kNumberOfCompositingReasons;
+PLATFORM_EXPORT extern const size_t kNumberOfCompositingReasons;
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698