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

Unified Diff: third_party/WebKit/Source/platform/graphics/PictureSnapshot.h

Issue 2293493003: Move blink platform's JSON code into a directory. (Closed)
Patch Set: Created 4 years, 4 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/PictureSnapshot.h
diff --git a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
index 2ef4c195e7c8aa59c3461f1805c756b311c330b4..ff8dd2d348bf4bac7a9414987343acdb43f31db9 100644
--- a/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
+++ b/third_party/WebKit/Source/platform/graphics/PictureSnapshot.h
@@ -31,9 +31,9 @@
#ifndef PictureSnapshot_h
#define PictureSnapshot_h
-#include "platform/JSONValues.h"
#include "platform/PlatformExport.h"
#include "platform/graphics/GraphicsContext.h"
+#include "platform/json/JSONValues.h"
#include "third_party/skia/include/core/SkPicture.h"
#include "third_party/skia/include/core/SkPictureRecorder.h"
#include "wtf/RefCounted.h"
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/LoggingCanvas.h ('k') | third_party/WebKit/Source/platform/json/JSONParser.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698