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

Unified Diff: Source/core/editing/PositionWithAffinity.h

Issue 1082293003: Componentization: make core/animation,clipboard,css,dom,editing,frame,html visible for blink_web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/core/dom/shadow/InsertionPoint.h ('k') | Source/core/frame/DOMTimer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/editing/PositionWithAffinity.h
diff --git a/Source/core/editing/PositionWithAffinity.h b/Source/core/editing/PositionWithAffinity.h
index 5169de8fb885d45f4f44ba3b7752f928df949704..e5e59589828d10379f7f4f3f63f7a29d4ff65b46 100644
--- a/Source/core/editing/PositionWithAffinity.h
+++ b/Source/core/editing/PositionWithAffinity.h
@@ -5,12 +5,13 @@
#ifndef PositionWithAffinity_h
#define PositionWithAffinity_h
+#include "core/CoreExport.h"
#include "core/dom/Position.h"
#include "core/editing/TextAffinity.h"
namespace blink {
-class PositionWithAffinity {
+class CORE_EXPORT PositionWithAffinity {
DISALLOW_ALLOCATION();
public:
PositionWithAffinity(const Position&, EAffinity = DOWNSTREAM);
« no previous file with comments | « Source/core/dom/shadow/InsertionPoint.h ('k') | Source/core/frame/DOMTimer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698