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

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

Issue 2013603003: Move ContentChangeType enum to a separate file, so that WebGLRenderingContextBase.h doesn't need La… (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/LayoutBoxModelObject.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
index 4051d71c58415d1f4ac750b0c35be02ee2d23c99..a1502024898433a88906b40f95ae129f99d53bd7 100644
--- a/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
+++ b/third_party/WebKit/Source/core/layout/LayoutBoxModelObject.h
@@ -26,6 +26,7 @@
#include "core/CoreExport.h"
#include "core/layout/BackgroundBleedAvoidance.h"
+#include "core/layout/ContentChangeType.h"
#include "core/layout/LayoutObject.h"
#include "core/page/scrolling/StickyPositionScrollingConstraints.h"
#include "core/style/ShadowData.h"
@@ -51,12 +52,6 @@ enum LinePositionMode { PositionOnContainingLine, PositionOfInteriorLineBoxes };
enum LineDirectionMode { HorizontalLine, VerticalLine };
typedef unsigned BorderEdgeFlags;
-enum ContentChangeType {
- ImageChanged,
- CanvasChanged,
- CanvasContextChanged
-};
-
class InlineFlowBox;
struct LayoutBoxModelObjectRareData {

Powered by Google App Engine
This is Rietveld 408576698