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

Unified Diff: Source/core/html/canvas/WebGLObject.h

Issue 93873009: Moved GL enums from GraphicsContext3D to a more generic location. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Removed unneeded include Created 7 years 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: Source/core/html/canvas/WebGLObject.h
diff --git a/Source/core/html/canvas/WebGLObject.h b/Source/core/html/canvas/WebGLObject.h
index 70aeab731d7e084d5f7d6ef42c11ec5d2dc2ba77..fb57ba9e49a45c48273cb7dd0ea21203a6424b37 100644
--- a/Source/core/html/canvas/WebGLObject.h
+++ b/Source/core/html/canvas/WebGLObject.h
@@ -27,7 +27,6 @@
#define WebGLObject_h
#include "core/platform/graphics/GraphicsContext3D.h"
-
#include "wtf/RefCounted.h"
namespace WebCore {

Powered by Google App Engine
This is Rietveld 408576698