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

Unified Diff: third_party/WebKit/Source/platform/graphics/StrokeData.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/StrokeData.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/StrokeData.cpp b/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
index ac64a3d70ae985551a8921bfb5bb0be3f0b76dc3..08ce05cd3ed88e41e2f7592198284b6ded048411 100644
--- a/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
+++ b/third_party/WebKit/Source/platform/graphics/StrokeData.cpp
@@ -27,10 +27,10 @@
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "platform/graphics/StrokeData.h"
+#include <memory>
#include "platform/graphics/paint/PaintFlags.h"
+#include "platform/wtf/PtrUtil.h"
#include "third_party/skia/include/effects/SkDashPathEffect.h"
-#include "wtf/PtrUtil.h"
-#include <memory>
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698