| 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 149353872b006a9e6cc7e171868ba15cae93cfb3..39004872cd8d978b40adeb2376fc1e74d2401400 100644
|
| --- a/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| +++ b/third_party/WebKit/Source/core/html/canvas/CanvasRenderingContext.h
|
| @@ -28,7 +28,6 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/html/HTMLCanvasElement.h"
|
| -#include "platform/heap/Handle.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/text/StringHash.h"
|
| @@ -126,7 +125,6 @@ public:
|
| protected:
|
| CanvasRenderingContext(HTMLCanvasElement*);
|
| DECLARE_VIRTUAL_TRACE();
|
| -
|
| virtual void stop() = 0;
|
|
|
| private:
|
|
|