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

Unified Diff: Source/core/paint/ScopeRecorder.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/paint/DeprecatedPaintLayerStackingNode.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/paint/ScopeRecorder.h
diff --git a/Source/core/paint/ScopeRecorder.h b/Source/core/paint/ScopeRecorder.h
index 77e8c389e91af0128bef328ce38834960d845be8..145b02f3b8f6af03f8347235379fe7323a91d492 100644
--- a/Source/core/paint/ScopeRecorder.h
+++ b/Source/core/paint/ScopeRecorder.h
@@ -5,6 +5,7 @@
#ifndef ScopeRecorder_h
#define ScopeRecorder_h
+#include "core/CoreExport.h"
#include "platform/graphics/paint/DisplayItem.h"
namespace blink {
@@ -13,7 +14,7 @@ class DisplayItemList;
class GraphicsContext;
class LayoutObject;
-class ScopeRecorder {
+class CORE_EXPORT ScopeRecorder {
public:
ScopeRecorder(GraphicsContext&, const DisplayItemClientWrapper&);
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerStackingNode.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698