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

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

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/platform/graphics/Canvas2DLayerBridge.cpp ('k') | Source/platform/graphics/Canvas2DLayerManager.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/Canvas2DLayerManager.h
diff --git a/Source/core/platform/graphics/Canvas2DLayerManager.h b/Source/platform/graphics/Canvas2DLayerManager.h
similarity index 94%
rename from Source/core/platform/graphics/Canvas2DLayerManager.h
rename to Source/platform/graphics/Canvas2DLayerManager.h
index 551bfa6c1f2c2621c621052e232946c6484aa567..e2c4e042e6585647ae81c5fed3f74b7b932e2d64 100644
--- a/Source/core/platform/graphics/Canvas2DLayerManager.h
+++ b/Source/platform/graphics/Canvas2DLayerManager.h
@@ -25,14 +25,14 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef Canvas2DLayerManager_h
#define Canvas2DLayerManager_h
-#include "core/platform/graphics/Canvas2DLayerBridge.h"
+#include "platform/graphics/Canvas2DLayerBridge.h"
#include "public/platform/WebThread.h"
class Canvas2DLayerManagerTest;
namespace WebCore {
-class Canvas2DLayerManager : public blink::WebThread::TaskObserver {
+class PLATFORM_EXPORT Canvas2DLayerManager : public blink::WebThread::TaskObserver {
public:
static Canvas2DLayerManager& get();
void init(size_t maxBytesAllocated, size_t targetBytesAllocated);
« no previous file with comments | « Source/platform/graphics/Canvas2DLayerBridge.cpp ('k') | Source/platform/graphics/Canvas2DLayerManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698