| Index: Source/core/html/canvas/CanvasRenderingContext.h
|
| diff --git a/Source/core/html/canvas/CanvasRenderingContext.h b/Source/core/html/canvas/CanvasRenderingContext.h
|
| index 37fe9c500a5dfd336e380eb33faaa06ced0dc167..c94d2502d37a115b561adacf71180305060c3ace 100644
|
| --- a/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -38,8 +38,6 @@ namespace blink {
|
|
|
| class CanvasImageSource;
|
| class HTMLCanvasElement;
|
| -class KURL;
|
| -class WebGLObject;
|
|
|
| class CanvasRenderingContext : public NoBaseWillBeGarbageCollectedFinalized<CanvasRenderingContext> {
|
| WTF_MAKE_NONCOPYABLE(CanvasRenderingContext);
|
|
|