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

Unified Diff: public/platform/WebLayerClient.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/WebFloatSize.h ('k') | public/platform/WebLayerScrollClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayerClient.h
diff --git a/public/platform/WebLayerClient.h b/public/platform/WebLayerClient.h
index 28e1d42e0ab42babb10fde421758c6c10ae62f42..52dd7c729e0734409e30399cf1a90d0f6180c054 100644
--- a/public/platform/WebLayerClient.h
+++ b/public/platform/WebLayerClient.h
@@ -31,11 +31,13 @@
#ifndef WebLayerClient_h
#define WebLayerClient_h
+#include "WebCommon.h"
+
namespace blink {
class WebGraphicsLayerDebugInfo;
-class WebLayerClient {
+class BLINK_PLATFORM_EXPORT WebLayerClient {
public:
virtual WebString debugName(WebLayer*) = 0;
« no previous file with comments | « public/platform/WebFloatSize.h ('k') | public/platform/WebLayerScrollClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698