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

Unified Diff: Source/core/layout/LayoutThemeChromiumAndroid.cpp

Issue 899163003: Move rendering/RenderObject to layout/LayoutObject. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 10 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
« no previous file with comments | « Source/core/layout/LayoutTheme.cpp ('k') | Source/core/layout/LayoutThemeChromiumDefault.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutThemeChromiumAndroid.cpp
diff --git a/Source/core/layout/LayoutThemeChromiumAndroid.cpp b/Source/core/layout/LayoutThemeChromiumAndroid.cpp
index 4de722fa472e1f106cdfd373440746ed78ded103..6aed5c86fc55d9798bcc91427ebd1001461f0322 100644
--- a/Source/core/layout/LayoutThemeChromiumAndroid.cpp
+++ b/Source/core/layout/LayoutThemeChromiumAndroid.cpp
@@ -28,10 +28,10 @@
#include "core/CSSValueKeywords.h"
#include "core/InputTypeNames.h"
+#include "core/layout/LayoutObject.h"
#include "core/layout/LayoutSlider.h"
#include "core/rendering/PaintInfo.h"
#include "core/rendering/RenderMediaControls.h"
-#include "core/rendering/RenderObject.h"
#include "core/rendering/RenderProgress.h"
#include "platform/LayoutTestSupport.h"
#include "platform/PlatformResourceLoader.h"
« no previous file with comments | « Source/core/layout/LayoutTheme.cpp ('k') | Source/core/layout/LayoutThemeChromiumDefault.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698