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

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

Issue 14298018: This CL implements the first draft of Canvas 2D Context Attributes, aka getContext('2d', { alpha: f… (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased to ToT; test cleanup Created 7 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/canvas/CanvasContextAttributes.h
diff --git a/Source/core/html/canvas/CanvasContextAttributes.h b/Source/core/html/canvas/CanvasContextAttributes.h
index 97483b366b56b0f2834cc86d0fccbc2c58128ec4..dfdfcf47243db265f3b1629c0c5cbaf2d1dbb0b0 100644
--- a/Source/core/html/canvas/CanvasContextAttributes.h
+++ b/Source/core/html/canvas/CanvasContextAttributes.h
@@ -32,8 +32,7 @@
namespace WebCore {
// A base class for any attributes that are needed which would affect
-// the creation of the Canvas's rendering context. Currently only the
-// WebGLRenderingContext uses this mechanism.
+// the creation of the Canvas's rendering context.
class CanvasContextAttributes : public RefCounted<CanvasContextAttributes> {
public:
« no previous file with comments | « Source/core/html/canvas/Canvas2DContextAttributes.idl ('k') | Source/core/html/canvas/CanvasRenderingContext.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698