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

Unified Diff: content/common/gpu/ca_layer_tree_mac.h

Issue 1711503002: Mac Overlays: Add unittests for CALayerTree (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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 | « no previous file | content/common/gpu/ca_layer_tree_mac.mm » ('j') | content/common/gpu/ca_layer_tree_mac.mm » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/gpu/ca_layer_tree_mac.h
diff --git a/content/common/gpu/ca_layer_tree_mac.h b/content/common/gpu/ca_layer_tree_mac.h
index d20bdb0d8bee552b1956d6d81c21943b9471152a..0840b31cd6dcfc1991d5c6462b97968ceeefbb42 100644
--- a/content/common/gpu/ca_layer_tree_mac.h
+++ b/content/common/gpu/ca_layer_tree_mac.h
@@ -13,6 +13,7 @@
#include "base/mac/scoped_cftyperef.h"
#include "base/mac/scoped_nsobject.h"
#include "base/memory/scoped_ptr.h"
+#include "content/common/content_export.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/rect_f.h"
#include "ui/gfx/transform.h"
@@ -22,7 +23,7 @@ namespace content {
// The CALayerTree will construct a hierarchy of CALayers from a linear list,
// using the algorithm and structure referenced described in
// https://docs.google.com/document/d/1DtSN9zzvCF44_FQPM7ie01UxGHagQ66zfF5L9HnigQY/edit?usp=sharing
-class CALayerTree {
+class CONTENT_EXPORT CALayerTree {
public:
CALayerTree();
« no previous file with comments | « no previous file | content/common/gpu/ca_layer_tree_mac.mm » ('j') | content/common/gpu/ca_layer_tree_mac.mm » ('J')

Powered by Google App Engine
This is Rietveld 408576698