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

Unified Diff: Source/platform/scroll/ScrollbarThemeClient.h

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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 | « Source/platform/scroll/ScrollbarThemeAndroid.cpp ('k') | Source/platform/scroll/ScrollbarThemeGtkOrAura.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeClient.h
diff --git a/Source/platform/scroll/ScrollbarThemeClient.h b/Source/platform/scroll/ScrollbarThemeClient.h
index b45647a8190bd100c80c6a42d7272f5c019ad0d2..fc8585fd0695866f4640f1264396cc9cfa6cf1cd 100644
--- a/Source/platform/scroll/ScrollbarThemeClient.h
+++ b/Source/platform/scroll/ScrollbarThemeClient.h
@@ -26,6 +26,7 @@
#ifndef ScrollbarThemeClient_h
#define ScrollbarThemeClient_h
+#include "platform/PlatformExport.h"
#include "platform/geometry/IntPoint.h"
#include "platform/geometry/IntRect.h"
#include "platform/geometry/IntSize.h"
@@ -37,7 +38,7 @@ namespace WebCore {
class Widget;
-class ScrollbarThemeClient {
+class PLATFORM_EXPORT ScrollbarThemeClient {
public:
virtual int x() const = 0;
virtual int y() const = 0;
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeAndroid.cpp ('k') | Source/platform/scroll/ScrollbarThemeGtkOrAura.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698