Index: ui/gfx/path.h |
=================================================================== |
--- ui/gfx/path.h (revision 92815) |
+++ ui/gfx/path.h (working copy) |
@@ -7,13 +7,13 @@ |
#pragma once |
#include "base/basictypes.h" |
+#include "third_party/skia/include/core/SkPath.h" |
#include "ui/gfx/native_widget_types.h" |
+#include "ui/ui_api.h" |
-#include "third_party/skia/include/core/SkPath.h" |
- |
namespace gfx { |
-class Path : public SkPath { |
+class UI_API Path : public SkPath { |
public: |
// Used by Path(Point,size_t) constructor. |
struct Point { |