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

Unified Diff: Source/core/css/CSSComputedStyleDeclaration.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: WIP 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
Index: Source/core/css/CSSComputedStyleDeclaration.h
diff --git a/Source/core/css/CSSComputedStyleDeclaration.h b/Source/core/css/CSSComputedStyleDeclaration.h
index 23684957b26b2c2e0e0fa7ad6531c744bfcaecf8..c7bb727c3c1552e15591f894d4bf1df6ad5ff4d0 100644
--- a/Source/core/css/CSSComputedStyleDeclaration.h
+++ b/Source/core/css/CSSComputedStyleDeclaration.h
@@ -21,6 +21,7 @@
#ifndef CSSComputedStyleDeclaration_h
#define CSSComputedStyleDeclaration_h
+#include "core/CoreExport.h"
#include "core/css/CSSStyleDeclaration.h"
#include "core/style/ComputedStyleConstants.h"
#include "wtf/HashMap.h"
@@ -43,7 +44,7 @@ class ShadowList;
class StyleColor;
class StylePropertyShorthand;
-class CSSComputedStyleDeclaration final : public CSSStyleDeclaration {
+class CORE_EXPORT CSSComputedStyleDeclaration final : public CSSStyleDeclaration {
tasak 2015/04/15 06:08:15 non dll-interface class 'blink::CSSStyleDeclaratio
public:
static PassRefPtrWillBeRawPtr<CSSComputedStyleDeclaration> create(PassRefPtrWillBeRawPtr<Node> node, bool allowVisitedStyle = false, const String& pseudoElementName = String())
{

Powered by Google App Engine
This is Rietveld 408576698