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

Unified Diff: Source/WebCore/html/canvas/CanvasRenderingContext2D.h

Issue 7671031: Merge 92520 - [chromium] Accelerated canvas breaks when moving canvases or resources between Pages (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/835/
Patch Set: Created 9 years, 4 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
« no previous file with comments | « Source/WebCore/WebCore.gypi ('k') | Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/html/canvas/CanvasRenderingContext2D.h
===================================================================
--- Source/WebCore/html/canvas/CanvasRenderingContext2D.h (revision 93254)
+++ Source/WebCore/html/canvas/CanvasRenderingContext2D.h (working copy)
@@ -36,7 +36,6 @@
#include "PlatformString.h"
#include <wtf/Vector.h>
-
#if USE(ACCELERATED_COMPOSITING)
#include "GraphicsLayer.h"
#endif
@@ -56,7 +55,7 @@
#if ENABLE(ACCELERATED_2D_CANVAS)
class DrawingBuffer;
-class GraphicsContext3D;
+class SharedGraphicsContext3D;
#endif
typedef int ExceptionCode;
@@ -308,7 +307,7 @@
#if ENABLE(ACCELERATED_2D_CANVAS)
RefPtr<DrawingBuffer> m_drawingBuffer;
- RefPtr<GraphicsContext3D> m_context3D;
+ RefPtr<SharedGraphicsContext3D> m_context3D;
#endif
};
« no previous file with comments | « Source/WebCore/WebCore.gypi ('k') | Source/WebCore/html/canvas/CanvasRenderingContext2D.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698