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 c798c97ebba90cb6bdf5a8114c073bd5bba64662..0359eb031bc0b55a5ac2af1e06c9e6ecb90812b9 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: |