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

Unified Diff: public/platform/WebLayerScrollClient.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 | « public/platform/WebLayerClient.h ('k') | public/platform/WebSize.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerScrollClient.h
diff --git a/public/platform/WebLayerScrollClient.h b/public/platform/WebLayerScrollClient.h
index 778ceadda5e2436e4fe8776be9fb1f1bbb62fa3b..aff025afcbe9a022017b0fb76ddd5319bbc80801 100644
--- a/public/platform/WebLayerScrollClient.h
+++ b/public/platform/WebLayerScrollClient.h
@@ -25,10 +25,12 @@
#ifndef WebLayerScrollClient_h
#define WebLayerScrollClient_h
+#include "WebCommon.h"
+
namespace blink {
// A client that is notified of scrolling on a WebLayer.
-class WebLayerScrollClient {
+class BLINK_PLATFORM_EXPORT WebLayerScrollClient {
public:
virtual void didScroll() = 0;
protected:
« no previous file with comments | « public/platform/WebLayerClient.h ('k') | public/platform/WebSize.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698