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

Unified Diff: views/layer_property_setter.h

Issue 7550038: Rename VIEWS_API to VIEWS_EXPORT. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 4 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 | « views/ime/text_input_client.h ('k') | views/layout/box_layout.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/layer_property_setter.h
===================================================================
--- views/layer_property_setter.h (revision 95624)
+++ views/layer_property_setter.h (working copy)
@@ -6,7 +6,7 @@
#define UI_GFX_COMPOSITOR_LAYER_PROPERTY_SETTER_H_
#pragma once
-#include "views/views_api.h"
+#include "views/views_export.h"
namespace gfx {
class Rect;
@@ -22,7 +22,7 @@
// When a property of layer needs to be changed it is set by way of
// LayerPropertySetter. This enables LayerPropertySetter to animate property
// changes.
-class VIEWS_API LayerPropertySetter {
+class VIEWS_EXPORT LayerPropertySetter {
public:
// Creates a LayerPropertySetter that immediately sets the values on the
// layer. Ownership returns to caller.
« no previous file with comments | « views/ime/text_input_client.h ('k') | views/layout/box_layout.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698