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

Unified Diff: public/platform/WebContentLayerClient.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/blink.gyp ('k') | public/platform/WebExternalTextureLayerClient.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebContentLayerClient.h
diff --git a/public/platform/WebContentLayerClient.h b/public/platform/WebContentLayerClient.h
index 2526e8fb42dff2a94fef0fccb682e593de3ce5b7..80efd0b1765408c67f3a060ca4d5fca7da3185b8 100644
--- a/public/platform/WebContentLayerClient.h
+++ b/public/platform/WebContentLayerClient.h
@@ -27,12 +27,13 @@
#define WebContentLayerClient_h
#include "WebCanvas.h"
+#include "WebCommon.h"
namespace blink {
struct WebRect;
struct WebFloatRect;
-class WebContentLayerClient {
+class BLINK_PLATFORM_EXPORT WebContentLayerClient {
public:
// Paints the content area for the layer, typically dirty rects submitted
// through WebContentLayer::setNeedsDisplay, submitting drawing commands
« no previous file with comments | « public/blink.gyp ('k') | public/platform/WebExternalTextureLayerClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698