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

Unified Diff: Source/core/dom/ClientRect.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/css/StylePropertySet.h ('k') | Source/core/dom/NodeList.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/ClientRect.h
diff --git a/Source/core/dom/ClientRect.h b/Source/core/dom/ClientRect.h
index 03e3a91c37bfc48ef56dd5a3b82368280ad62103..c52f7d7ba0013f31205ff8d58a208ed58b3926ed 100644
--- a/Source/core/dom/ClientRect.h
+++ b/Source/core/dom/ClientRect.h
@@ -28,6 +28,7 @@
#define ClientRect_h
#include "bindings/core/v8/ScriptWrappable.h"
+#include "core/CoreExport.h"
#include "platform/geometry/FloatRect.h"
#include "platform/heap/Handle.h"
#include "wtf/PassRefPtr.h"
@@ -37,7 +38,7 @@ namespace blink {
class IntRect;
-class ClientRect final : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappable {
+class CORE_EXPORT ClientRect final : public RefCountedWillBeGarbageCollected<ClientRect>, public ScriptWrappable {
DEFINE_WRAPPERTYPEINFO();
public:
static PassRefPtrWillBeRawPtr<ClientRect> create()
« no previous file with comments | « Source/core/css/StylePropertySet.h ('k') | Source/core/dom/NodeList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698