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

Unified Diff: webkit/glue/webaccessibility.h

Issue 8741006: Add exports needed for glue to build as a component. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase to r112585 Created 9 years, 1 month 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 | « webkit/glue/web_io_operators.h ('k') | webkit/glue/webclipboard_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webaccessibility.h
diff --git a/webkit/glue/webaccessibility.h b/webkit/glue/webaccessibility.h
index 4167dcebee2c47d09d88d8b962b1b833b8a77f3f..38c602d50f7c8de05777d04405d5452e15ce7ece 100644
--- a/webkit/glue/webaccessibility.h
+++ b/webkit/glue/webaccessibility.h
@@ -11,6 +11,7 @@
#include "base/string16.h"
#include "ui/gfx/rect.h"
+#include "webkit/glue/webkit_glue_export.h"
namespace WebKit {
class WebAccessibilityObject;
@@ -21,7 +22,7 @@ namespace webkit_glue {
// A compact representation of the accessibility information for a
// single web object, in a form that can be serialized and sent from
// the renderer process to the browser process.
-struct WebAccessibility {
+struct WEBKIT_GLUE_EXPORT WebAccessibility {
public:
// An enumeration of accessibility roles.
enum Role {
« no previous file with comments | « webkit/glue/web_io_operators.h ('k') | webkit/glue/webclipboard_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698