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

Unified Diff: third_party/WebKit/Source/modules/webgl/WebGLProgram.h

Issue 2856653003: Clean up bindings/core/v8 (Part 3) (Closed)
Patch Set: Rebase 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/modules/webgl/WebGLProgram.h
diff --git a/third_party/WebKit/Source/modules/webgl/WebGLProgram.h b/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
index 44712ac358c43ea00ab337a0dcbca3cb2dd5744a..b73d52169c27e233ac521d3fff84dde882eca077 100644
--- a/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
+++ b/third_party/WebKit/Source/modules/webgl/WebGLProgram.h
@@ -26,9 +26,9 @@
#ifndef WebGLProgram_h
#define WebGLProgram_h
-#include "bindings/core/v8/TraceWrapperMember.h"
#include "modules/webgl/WebGLShader.h"
#include "modules/webgl/WebGLSharedPlatform3DObject.h"
+#include "platform/bindings/TraceWrapperMember.h"
#include "platform/wtf/PassRefPtr.h"
#include "platform/wtf/Vector.h"

Powered by Google App Engine
This is Rietveld 408576698