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

Unified Diff: cc/debug/layer_tree_debug_state.h

Issue 2748263002: Move cc::DisplayItemList and related classes into cc/paint/ (Closed)
Patch Set: Merge branch 'master' into ccpaint Created 3 years, 9 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 | « cc/debug/lap_timer.h ('k') | cc/debug/micro_benchmark.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/debug/layer_tree_debug_state.h
diff --git a/cc/debug/layer_tree_debug_state.h b/cc/debug/layer_tree_debug_state.h
index 09ac66de5c8998d8bc71b5ce91d178f4b95d2f0b..45cb77c654fcd747440e5fcf0996a8f1ba5c5475 100644
--- a/cc/debug/layer_tree_debug_state.h
+++ b/cc/debug/layer_tree_debug_state.h
@@ -5,7 +5,7 @@
#ifndef CC_DEBUG_LAYER_TREE_DEBUG_STATE_H_
#define CC_DEBUG_LAYER_TREE_DEBUG_STATE_H_
-#include "cc/base/cc_export.h"
+#include "cc/debug/debug_export.h"
namespace cc {
@@ -13,7 +13,7 @@ namespace proto {
class LayerTreeDebugState;
} // namespace proto
-class CC_EXPORT LayerTreeDebugState {
+class CC_DEBUG_EXPORT LayerTreeDebugState {
public:
LayerTreeDebugState();
LayerTreeDebugState(const LayerTreeDebugState& other);
« no previous file with comments | « cc/debug/lap_timer.h ('k') | cc/debug/micro_benchmark.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698