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

Unified Diff: webkit/compositor_bindings/web_io_surface_layer_impl.h

Issue 11617016: Componentize webkit/compositor_bindings target (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add ui dep to cc_test_support 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
Index: webkit/compositor_bindings/web_io_surface_layer_impl.h
diff --git a/webkit/compositor_bindings/web_io_surface_layer_impl.h b/webkit/compositor_bindings/web_io_surface_layer_impl.h
index b7a80f4190c7c3a9d7d052efee96a1ba9537a50c..d713217847dff16a22206b67ffc22a88b1e06b25 100644
--- a/webkit/compositor_bindings/web_io_surface_layer_impl.h
+++ b/webkit/compositor_bindings/web_io_surface_layer_impl.h
@@ -5,14 +5,15 @@
#ifndef WebIOSurfaceLayerImpl_h
#define WebIOSurfaceLayerImpl_h
-#include "third_party/WebKit/Source/Platform/chromium/public/WebIOSurfaceLayer.h"
#include "base/memory/scoped_ptr.h"
+#include "third_party/WebKit/Source/Platform/chromium/public/WebIOSurfaceLayer.h"
+#include "webkit/compositor_bindings/webkit_compositor_bindings_export.h"
namespace WebKit {
class WebIOSurfaceLayerImpl : public WebIOSurfaceLayer {
public:
- WebIOSurfaceLayerImpl();
+ WEBKIT_COMPOSITOR_BINDINGS_EXPORT WebIOSurfaceLayerImpl();
virtual ~WebIOSurfaceLayerImpl();
// WebIOSurfaceLayer implementation.
« no previous file with comments | « webkit/compositor_bindings/web_image_layer_impl.cc ('k') | webkit/compositor_bindings/web_io_surface_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698