Upstream version 5.34.98.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / public / platform / WebContentLayerClient.h
index 5641a4e..80efd0b 100644 (file)
 #define WebContentLayerClient_h
 
 #include "WebCanvas.h"
+#include "WebCommon.h"
 
-namespace WebKit {
+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
@@ -47,6 +48,6 @@ protected:
     virtual ~WebContentLayerClient() { }
 };
 
-} // namespace WebKit
+} // namespace blink
 
 #endif // WebContentLayerClient_h