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

Unified Diff: sky/engine/core/html/HTMLCanvasElement.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/core/html/HTMLCanvasElement.h ('k') | sky/engine/core/html/HTMLContentElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/html/HTMLCanvasElement.cpp
diff --git a/sky/engine/core/html/HTMLCanvasElement.cpp b/sky/engine/core/html/HTMLCanvasElement.cpp
index d7571c08f4d2bc17529c4da2a9efaf02312d3664..7e135542134ce4915fd14d4d5be03a9458e1b3f1 100644
--- a/sky/engine/core/html/HTMLCanvasElement.cpp
+++ b/sky/engine/core/html/HTMLCanvasElement.cpp
@@ -25,38 +25,38 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/html/HTMLCanvasElement.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/html/HTMLCanvasElement.h"
#include <math.h>
#include "base/bind.h"
-#include "bindings/core/v8/ExceptionMessages.h"
-#include "bindings/core/v8/ExceptionState.h"
-#include "bindings/core/v8/ScriptController.h"
-#include "core/dom/Document.h"
-#include "core/dom/ExceptionCode.h"
-#include "core/dom/Microtask.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/html/canvas/Canvas2DContextAttributes.h"
-#include "core/html/canvas/CanvasRenderingContext2D.h"
-#include "core/html/canvas/WebGLContextAttributes.h"
-#include "core/html/canvas/WebGLContextEvent.h"
-#include "core/html/canvas/WebGLRenderingContext.h"
-#include "core/html/ImageData.h"
#include "gen/sky/core/HTMLNames.h"
-#include "core/rendering/RenderHTMLCanvas.h"
-#include "core/rendering/RenderLayer.h"
-#include "platform/graphics/Canvas2DImageBufferSurface.h"
-#include "platform/graphics/gpu/WebGLImageBufferSurface.h"
-#include "platform/graphics/GraphicsContextStateSaver.h"
-#include "platform/graphics/ImageBuffer.h"
-#include "platform/graphics/UnacceleratedImageBufferSurface.h"
-#include "platform/MIMETypeRegistry.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/transforms/AffineTransform.h"
-#include "public/platform/Platform.h"
+#include "sky/engine/bindings/core/v8/ExceptionMessages.h"
+#include "sky/engine/bindings/core/v8/ExceptionState.h"
+#include "sky/engine/bindings/core/v8/ScriptController.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/ExceptionCode.h"
+#include "sky/engine/core/dom/Microtask.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/html/ImageData.h"
+#include "sky/engine/core/html/canvas/Canvas2DContextAttributes.h"
+#include "sky/engine/core/html/canvas/CanvasRenderingContext2D.h"
+#include "sky/engine/core/html/canvas/WebGLContextAttributes.h"
+#include "sky/engine/core/html/canvas/WebGLContextEvent.h"
+#include "sky/engine/core/html/canvas/WebGLRenderingContext.h"
+#include "sky/engine/core/rendering/RenderHTMLCanvas.h"
+#include "sky/engine/core/rendering/RenderLayer.h"
+#include "sky/engine/platform/MIMETypeRegistry.h"
+#include "sky/engine/platform/graphics/Canvas2DImageBufferSurface.h"
+#include "sky/engine/platform/graphics/GraphicsContextStateSaver.h"
+#include "sky/engine/platform/graphics/ImageBuffer.h"
+#include "sky/engine/platform/graphics/UnacceleratedImageBufferSurface.h"
+#include "sky/engine/platform/graphics/gpu/WebGLImageBufferSurface.h"
+#include "sky/engine/platform/transforms/AffineTransform.h"
+#include "sky/engine/public/platform/Platform.h"
#include "v8/include/v8.h"
namespace blink {
« no previous file with comments | « sky/engine/core/html/HTMLCanvasElement.h ('k') | sky/engine/core/html/HTMLContentElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698