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

Unified Diff: Source/core/rendering/ImageQualityController.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased and building Created 7 years 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: Source/core/rendering/ImageQualityController.h
diff --git a/Source/core/rendering/ImageQualityController.h b/Source/core/rendering/ImageQualityController.h
index f24b73225c007bb9aa3afa14d02f11f3919998f3..a9e8b108d887151842e8931fa46ec2e8c9b6b4c0 100644
--- a/Source/core/rendering/ImageQualityController.h
+++ b/Source/core/rendering/ImageQualityController.h
@@ -31,12 +31,12 @@
#ifndef ImageQualityController_h
#define ImageQualityController_h
-#include "core/platform/graphics/Image.h"
-#include "core/platform/graphics/ImageSource.h"
#include "core/rendering/RenderObject.h"
#include "platform/geometry/IntSize.h"
#include "platform/geometry/LayoutSize.h"
+#include "platform/graphics/Image.h"
#include "platform/graphics/ImageOrientation.h"
+#include "platform/graphics/ImageSource.h"
#include "wtf/HashMap.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698