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

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

Issue 2466383004: blink: Cleanup 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/platform/graphics/Image.h
diff --git a/third_party/WebKit/Source/platform/graphics/Image.h b/third_party/WebKit/Source/platform/graphics/Image.h
index ff70f15ef298f1c7b7af2c2297763d0326f51440..61ae170e1fc0fc7c714de703728f5cb95cd7d02b 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.h
+++ b/third_party/WebKit/Source/platform/graphics/Image.h
@@ -43,7 +43,6 @@
#include "wtf/ThreadSafeRefCounted.h"
#include "wtf/text/WTFString.h"
-class SkBitmap;
class SkCanvas;
class SkImage;
class SkMatrix;
@@ -55,7 +54,6 @@ class FloatPoint;
class FloatRect;
class FloatSize;
class GraphicsContext;
-class Length;
class Image;
class PLATFORM_EXPORT Image : public ThreadSafeRefCounted<Image> {

Powered by Google App Engine
This is Rietveld 408576698