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

Unified Diff: third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h

Issue 2715233002: //third_party/WebKit/Source/modules: include v8 as a user, not system, header (Closed)
Patch Set: Revert things that use inspector headers. Created 3 years, 10 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h
diff --git a/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h b/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h
index 47590a6c9049ffb3ca42701b876452c95b8bd1bc..636b821fefa659c03ee99279f51c28f2de879b16 100644
--- a/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h
+++ b/third_party/WebKit/Source/modules/csspaint/CSSPaintDefinition.h
@@ -10,7 +10,7 @@
#include "core/css/CSSSyntaxDescriptor.h"
#include "platform/geometry/IntSize.h"
#include "platform/heap/Handle.h"
-#include <v8.h>
+#include "v8/include/v8.h"
namespace blink {
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/csspaint/CSSPaintImageGeneratorImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698