Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / test / MockDiscardablePixelRef.h
index 0e8c6f2..18f633a 100644 (file)
@@ -28,7 +28,7 @@
 #include "SkBitmap.h"
 #include "SkPixelRef.h"
 
-namespace WebCore {
+namespace blink {
 
 class MockDiscardablePixelRef : public SkPixelRef {
 public:
@@ -60,8 +60,6 @@ public:
         }
     };
 
-    SK_DECLARE_UNFLATTENABLE_OBJECT()
-
 protected:
     virtual bool onNewLockPixels(LockRec* rec)
     {
@@ -85,6 +83,6 @@ private:
     bool discarded;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // MockDiscardablePixelRef_h