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

Unified Diff: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h

Issue 2555213002: Implement color management for ImageData (Closed)
Patch Set: Work in progress Created 4 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: third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
diff --git a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
index 8467f9611e13ff66da5ab948abe4da332ec069b7..e9cc15e11fc3535df4dd654502a668026e9f1fed 100644
--- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
+++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
@@ -42,6 +42,7 @@ class SkCanvas;
namespace blink {
class CanvasImageSource;
+class Float32ImageData;
Justin Novosad 2016/12/08 18:16:35 Why is this needed?
zakerinasab 2016/12/08 20:40:52 Removed for now.
class HTMLCanvasElement;
class ImageData;
class ImageBitmap;

Powered by Google App Engine
This is Rietveld 408576698