Chromium Code Reviews| Index: Source/core/html/HTMLCanvasElement.cpp |
| diff --git a/Source/core/html/HTMLCanvasElement.cpp b/Source/core/html/HTMLCanvasElement.cpp |
| index e84eacf3bb509305325d62e996b246c48cc15f87..bdc977d6671de40d198adccfc3f966bc3034318e 100644 |
| --- a/Source/core/html/HTMLCanvasElement.cpp |
| +++ b/Source/core/html/HTMLCanvasElement.cpp |
| @@ -153,7 +153,6 @@ CanvasRenderingContext* HTMLCanvasElement::getContext(const String& type, Canvas |
| // context with any other type string will destroy any existing context. |
| enum ContextType { |
| Context2d, |
| - ContextWebkit3d, |
| ContextExperimentalWebgl, |
| ContextWebgl, |
| // Only add new items to the end and keep the order of existing items. |
|
rune
2014/08/19 08:47:49
This is not my area of expertise, so you should tr
rune
2014/08/19 08:52:03
Looking further down the code, the integer value o
vivekg
2014/08/19 10:58:07
Thank you for the review @rune.
Agreed that the t
|