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

Unified Diff: Source/core/paint/DeprecatedPaintLayerStackingNode.h

Issue 1170963002: Componentization: make core classes visible for blink_tests and blink_web. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 6 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/frame/PageScaleConstraintsSet.h ('k') | Source/core/paint/ScopeRecorder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/DeprecatedPaintLayerStackingNode.h
diff --git a/Source/core/paint/DeprecatedPaintLayerStackingNode.h b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
index cbdc060ac956cc2aa14f231f1ce6426d632d1e79..b786d43cd38e3e3672d78dcc4a47e24363947561 100644
--- a/Source/core/paint/DeprecatedPaintLayerStackingNode.h
+++ b/Source/core/paint/DeprecatedPaintLayerStackingNode.h
@@ -45,6 +45,7 @@
#ifndef DeprecatedPaintLayerStackingNode_h
#define DeprecatedPaintLayerStackingNode_h
+#include "core/CoreExport.h"
#include "core/layout/LayoutBoxModelObject.h"
#include "wtf/Noncopyable.h"
#include "wtf/OwnPtr.h"
@@ -57,7 +58,7 @@ class DeprecatedPaintLayerCompositor;
class ComputedStyle;
class LayoutBoxModelObject;
-class DeprecatedPaintLayerStackingNode {
+class CORE_EXPORT DeprecatedPaintLayerStackingNode {
WTF_MAKE_NONCOPYABLE(DeprecatedPaintLayerStackingNode);
public:
explicit DeprecatedPaintLayerStackingNode(DeprecatedPaintLayer*);
« no previous file with comments | « Source/core/frame/PageScaleConstraintsSet.h ('k') | Source/core/paint/ScopeRecorder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698