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

Unified Diff: Source/core/platform/graphics/chromium/ImageBufferDataSkia.h

Issue 14550002: Making GraphicsContext the owner of PlatformContext. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fixing tests and addressing comments. Created 7 years, 8 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/core/platform/graphics/chromium/ImageBufferDataSkia.h
diff --git a/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h b/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
index f4ad07ef855b4f3278727a9a8c2c53e70bbe82fb..06bc124d618fd166ac5850d216b2d3b6a146082e 100644
--- a/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
+++ b/Source/core/platform/graphics/chromium/ImageBufferDataSkia.h
@@ -28,8 +28,6 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "core/platform/graphics/skia/PlatformContextSkia.h"
-
#include "skia/ext/platform_canvas.h"
namespace WebCore {
@@ -43,7 +41,6 @@ public:
void reportMemoryUsage(MemoryObjectInfo*) const;
OwnPtr<SkCanvas> m_canvas;
- PlatformContextSkia m_platformContext;
OwnPtr<Canvas2DLayerBridge> m_layerBridge;
};

Powered by Google App Engine
This is Rietveld 408576698