Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1056)

Unified Diff: Source/platform/graphics/ImageBuffer.h

Issue 1170523002: Removing GraphicsContext from ImageBuffer (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: fix unit test crashes Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: Source/platform/graphics/ImageBuffer.h
diff --git a/Source/platform/graphics/ImageBuffer.h b/Source/platform/graphics/ImageBuffer.h
index a6415ac20a3c800deb4741a6524e223447f21a5f..8a54fd88ff882f5942afa7c132077ffd51c4dd46 100644
--- a/Source/platform/graphics/ImageBuffer.h
+++ b/Source/platform/graphics/ImageBuffer.h
@@ -102,7 +102,6 @@ public:
void willDrawVideo() { m_surface->willDrawVideo(); }
- GraphicsContext* context() const; // Deprecated: use canvas()
SkCanvas* canvas() const;
// Called at the end of a task that rendered a whole frame
@@ -158,7 +157,6 @@ private:
friend class SkiaImageFilterBuilder;
OwnPtr<ImageBufferSurface> m_surface;
- OwnPtr<GraphicsContext> m_context;
ImageBufferClient* m_client;
};

Powered by Google App Engine
This is Rietveld 408576698