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

Unified Diff: Source/platform/graphics/skia/OpaqueRegionSkia.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
Index: Source/platform/graphics/skia/OpaqueRegionSkia.h
diff --git a/Source/core/platform/graphics/skia/OpaqueRegionSkia.h b/Source/platform/graphics/skia/OpaqueRegionSkia.h
similarity index 97%
rename from Source/core/platform/graphics/skia/OpaqueRegionSkia.h
rename to Source/platform/graphics/skia/OpaqueRegionSkia.h
index 3c067009216718d8c98a9e06450a0522a286040a..1e0bc4e6370ebd524e3a979dde8d72b7ced61162 100644
--- a/Source/core/platform/graphics/skia/OpaqueRegionSkia.h
+++ b/Source/platform/graphics/skia/OpaqueRegionSkia.h
@@ -31,6 +31,7 @@
#ifndef OpaqueRegionSkia_h
#define OpaqueRegionSkia_h
+#include "platform/PlatformExport.h"
#include "platform/geometry/IntRect.h"
#include "SkBitmap.h"
@@ -44,7 +45,7 @@ class GraphicsContext;
// This class is an encapsulation of functionality for GraphicsContext, and its methods are mirrored
// there for the outside world. It tracks paints and computes what area will be opaque.
-class OpaqueRegionSkia FINAL {
+class PLATFORM_EXPORT OpaqueRegionSkia FINAL {
public:
OpaqueRegionSkia();
« no previous file with comments | « Source/platform/graphics/skia/NativeImageSkia.cpp ('k') | Source/platform/graphics/skia/OpaqueRegionSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698