summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 02:37:30 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-09-07 02:37:30 +0000
commit9edc0047d9b082cf7c18b389ff59d7d85e1e243b (patch)
tree1a787b5ede1d16c85fb37e15ac89e57485dc230f /ui
parent7f2d5d50525558e6637945ac9a6377ece01ae8f9 (diff)
downloadchromium_src-9edc0047d9b082cf7c18b389ff59d7d85e1e243b.zip
chromium_src-9edc0047d9b082cf7c18b389ff59d7d85e1e243b.tar.gz
chromium_src-9edc0047d9b082cf7c18b389ff59d7d85e1e243b.tar.bz2
Fix win shared builder.
BUG=none TEST=win shared builder is happy Review URL: http://codereview.chromium.org/7839021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@99904 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui')
-rw-r--r--ui/gfx/compositor/layer_delegate.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/ui/gfx/compositor/layer_delegate.h b/ui/gfx/compositor/layer_delegate.h
index 316963a..5756a9b 100644
--- a/ui/gfx/compositor/layer_delegate.h
+++ b/ui/gfx/compositor/layer_delegate.h
@@ -6,6 +6,8 @@
#define UI_GFX_COMPOSITOR_LAYER_DELEGATE_H_
#pragma once
+#include "ui/gfx/compositor/compositor_export.h"
+
namespace gfx {
class Canvas;
}
@@ -13,7 +15,7 @@ class Canvas;
namespace ui {
// A delegate interface implemented by an object that renders to a Layer.
-class LayerDelegate {
+class COMPOSITOR_EXPORT LayerDelegate {
public:
// Paint content for the layer to the specified canvas. It has already been
// clipped to the Layer's invalid rect.