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

Unified Diff: cc/content_layer_client.h

Issue 11516005: cc: Handle directly composited images in impl-side painting (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix windows Created 8 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 | « cc/cc.gyp ('k') | cc/picture_image_layer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/content_layer_client.h
diff --git a/cc/content_layer_client.h b/cc/content_layer_client.h
index 73eba8f59981cbee144220666e30b26e1de6d37e..344ea61f6cb5eeb86a2bf9e78cb39f5e7f8c3c11 100644
--- a/cc/content_layer_client.h
+++ b/cc/content_layer_client.h
@@ -5,6 +5,8 @@
#ifndef CC_CONTENT_LAYER_CLIENT_H_
#define CC_CONTENT_LAYER_CLIENT_H_
+#include "cc/cc_export.h"
+
class SkCanvas;
namespace gfx {
@@ -14,7 +16,7 @@ class RectF;
namespace cc {
-class ContentLayerClient {
+class CC_EXPORT ContentLayerClient {
public:
virtual void paintContents(SkCanvas*, const gfx::Rect& clip, gfx::RectF& opaque) = 0;
« no previous file with comments | « cc/cc.gyp ('k') | cc/picture_image_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698