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

Unified Diff: sky/engine/platform/graphics/ImageBuffer.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/platform/graphics/ImageBuffer.h ('k') | sky/engine/platform/graphics/ImageBufferSurface.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/graphics/ImageBuffer.cpp
diff --git a/sky/engine/platform/graphics/ImageBuffer.cpp b/sky/engine/platform/graphics/ImageBuffer.cpp
index bf7fa5a83feca66504e3c464f1b59ada5f7bdd38..3d6d60e23c4e210d57d13cf33c87ce91bf940c19 100644
--- a/sky/engine/platform/graphics/ImageBuffer.cpp
+++ b/sky/engine/platform/graphics/ImageBuffer.cpp
@@ -30,33 +30,33 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "platform/graphics/ImageBuffer.h"
-
-#include "GrContext.h"
-#include "platform/MIMETypeRegistry.h"
-#include "platform/geometry/IntRect.h"
-#include "platform/graphics/BitmapImage.h"
-#include "platform/graphics/GraphicsContext.h"
-#include "platform/graphics/GraphicsTypes3D.h"
-#include "platform/graphics/ImageBufferClient.h"
-#include "platform/graphics/UnacceleratedImageBufferSurface.h"
-#include "platform/graphics/gpu/DrawingBuffer.h"
-#include "platform/graphics/gpu/Extensions3DUtil.h"
-#include "platform/graphics/skia/NativeImageSkia.h"
-#include "platform/graphics/skia/SkiaUtils.h"
+#include "sky/engine/config.h"
+#include "sky/engine/platform/graphics/ImageBuffer.h"
+
#include "platform/image-encoders/skia/JPEGImageEncoder.h"
#include "platform/image-encoders/skia/PNGImageEncoder.h"
-#include "public/platform/Platform.h"
-#include "public/platform/WebExternalTextureMailbox.h"
-#include "public/platform/WebGraphicsContext3D.h"
-#include "public/platform/WebGraphicsContext3DProvider.h"
+#include "sky/engine/platform/MIMETypeRegistry.h"
+#include "sky/engine/platform/geometry/IntRect.h"
+#include "sky/engine/platform/graphics/BitmapImage.h"
+#include "sky/engine/platform/graphics/GraphicsContext.h"
+#include "sky/engine/platform/graphics/GraphicsTypes3D.h"
+#include "sky/engine/platform/graphics/ImageBufferClient.h"
+#include "sky/engine/platform/graphics/UnacceleratedImageBufferSurface.h"
+#include "sky/engine/platform/graphics/gpu/DrawingBuffer.h"
+#include "sky/engine/platform/graphics/gpu/Extensions3DUtil.h"
+#include "sky/engine/platform/graphics/skia/NativeImageSkia.h"
+#include "sky/engine/platform/graphics/skia/SkiaUtils.h"
+#include "sky/engine/public/platform/Platform.h"
+#include "sky/engine/public/platform/WebExternalTextureMailbox.h"
+#include "sky/engine/public/platform/WebGraphicsContext3D.h"
+#include "sky/engine/public/platform/WebGraphicsContext3DProvider.h"
+#include "sky/engine/wtf/MathExtras.h"
+#include "sky/engine/wtf/Vector.h"
+#include "sky/engine/wtf/text/Base64.h"
+#include "sky/engine/wtf/text/WTFString.h"
#include "third_party/skia/include/core/SkPicture.h"
#include "third_party/skia/include/effects/SkTableColorFilter.h"
-#include "wtf/MathExtras.h"
-#include "wtf/Vector.h"
-#include "wtf/text/Base64.h"
-#include "wtf/text/WTFString.h"
+#include "third_party/skia/include/gpu/GrContext.h"
namespace blink {
« no previous file with comments | « sky/engine/platform/graphics/ImageBuffer.h ('k') | sky/engine/platform/graphics/ImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698