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

Unified Diff: third_party/WebKit/Source/core/layout/ContentChangeType.h

Issue 2007423002: Enums recently moved to separate files should still be in the blink namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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/layout/ContentChangeType.h
diff --git a/third_party/WebKit/Source/core/layout/ContentChangeType.h b/third_party/WebKit/Source/core/layout/ContentChangeType.h
index dfb7b5254ff9e9b7b07435cd65d136d2c7a56af4..0fbcc4b68a8d1c50f15db06397dbaa3093220374 100644
--- a/third_party/WebKit/Source/core/layout/ContentChangeType.h
+++ b/third_party/WebKit/Source/core/layout/ContentChangeType.h
@@ -5,10 +5,14 @@
#ifndef ContentChangeType_h
#define ContentChangeType_h
+namespace blink {
+
enum ContentChangeType {
ImageChanged,
CanvasChanged,
CanvasContextChanged
};
+} // namespace blink
+
#endif // ContentChangeType_h
« no previous file with comments | « third_party/WebKit/Source/core/layout/BackgroundBleedAvoidance.h ('k') | third_party/WebKit/Source/core/layout/ScrollEnums.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698