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

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

Issue 1084313004: Oilpan: keep ImageData on the heap by default. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 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: Source/core/html/HTMLCanvasElement.h
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
index 4dfffa082a9881fd78179a3a0f196c7aef9729b9..d4e7dea889ca0a8f41ca3cfd8b2d4ac027d5aead 100644
--- a/Source/core/html/HTMLCanvasElement.h
+++ b/Source/core/html/HTMLCanvasElement.h
@@ -52,7 +52,6 @@ class GraphicsContext;
class GraphicsContextStateSaver;
class HTMLCanvasElement;
class Image;
-class ImageData;
class ImageBuffer;
class ImageBufferSurface;
class IntSize;

Powered by Google App Engine
This is Rietveld 408576698