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

Unified Diff: sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.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
Index: sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
diff --git a/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp b/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
index 8266c25cd233e1deb31d28c6b17a9aff24d75b3d..c17a3abb585110546ce6325b63207c4a1ff290a8 100644
--- a/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
+++ b/sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.cpp
@@ -22,17 +22,17 @@
* SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
+#include "sky/engine/config.h"
-#include "platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
+#include "sky/engine/platform/graphics/OpaqueRectTrackingContentLayerDelegate.h"
#include "base/debug/trace_event.h"
-#include "platform/EventTracer.h"
-#include "platform/geometry/IntRect.h"
-#include "platform/graphics/GraphicsContext.h"
-#include "platform/transforms/AffineTransform.h"
-#include "public/platform/WebFloatRect.h"
-#include "public/platform/WebRect.h"
+#include "sky/engine/platform/EventTracer.h"
+#include "sky/engine/platform/geometry/IntRect.h"
+#include "sky/engine/platform/graphics/GraphicsContext.h"
+#include "sky/engine/platform/transforms/AffineTransform.h"
+#include "sky/engine/public/platform/WebFloatRect.h"
+#include "sky/engine/public/platform/WebRect.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698