summaryrefslogtreecommitdiffstats
path: root/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContext.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/platform/graphics/android/context/PlatformGraphicsContext.h')
-rw-r--r--Source/WebCore/platform/graphics/android/context/PlatformGraphicsContext.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContext.h b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContext.h
index 3056523..595d2ab 100644
--- a/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContext.h
+++ b/Source/WebCore/platform/graphics/android/context/PlatformGraphicsContext.h
@@ -141,7 +141,6 @@ public:
virtual void strokeRect(const FloatRect& rect, float lineWidth) = 0;
virtual SkCanvas* recordingCanvas() = 0;
- virtual void endRecording(const SkRect& bounds) = 0;
void setRawState(State* state) { m_state = state; }