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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp

Issue 2798823002: Rewrite references to "wtf/" to "platform/wtf/" in platform/graphics. (Closed)
Patch Set: Created 3 years, 8 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
Index: third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
index ebd50c5e7910d325ed1db68c9448b3eb8109c6c8..fa5209e751107c4f0f9f924bae93f7da4b670292 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintController.cpp
@@ -7,9 +7,9 @@
#include "platform/graphics/GraphicsLayer.h"
#include "platform/graphics/paint/DrawingDisplayItem.h"
#include "platform/instrumentation/tracing/TraceEvent.h"
+#include "platform/wtf/AutoReset.h"
+#include "platform/wtf/text/StringBuilder.h"
#include "third_party/skia/include/core/SkPictureAnalyzer.h"
-#include "wtf/AutoReset.h"
-#include "wtf/text/StringBuilder.h"
#ifndef NDEBUG
#include "platform/graphics/LoggingCanvas.h"

Powered by Google App Engine
This is Rietveld 408576698