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

Unified Diff: third_party/WebKit/Source/core/html/HTMLCanvasElement.h

Issue 2463703003: blink: Cleanup core class forward declarations (Closed)
Patch Set: Created 4 years, 1 month 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/core/html/HTMLCanvasElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
index f3a71240a4bc5678509c14a41e3518e733b79a9c..0a7fc2c88208703185cd3a7c9a6a3ef7fd2f3dc8 100644
--- a/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLCanvasElement.h
@@ -51,7 +51,6 @@
#define CanvasDefaultInterpolationQuality InterpolationLow
-class SkColorSpace;
namespace blink {
@@ -68,7 +67,6 @@ class ImageBuffer;
class ImageBufferSurface;
class ImageData;
class IntSize;
-class WebGraphicsContext3DProvider;
class
CanvasRenderingContext2DOrWebGLRenderingContextOrWebGL2RenderingContextOrImageBitmapRenderingContext;

Powered by Google App Engine
This is Rietveld 408576698