X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2FWebKit%2FSource%2Fplatform%2Fgraphics%2FDecodingImageGenerator.h;h=5e28d70775b67886f74118360a60fc72b3453acd;hb=4a1a0bdd01eef90b0826a0e761d3379d3715c10f;hp=fe5cb00b60dc3e0bdaf92b05142e94ad519763c2;hpb=b1be5ca53587d23e7aeb77b26861fdc0a181ffd8;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h b/src/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h index fe5cb00..5e28d70 100644 --- a/src/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h +++ b/src/third_party/WebKit/Source/platform/graphics/DecodingImageGenerator.h @@ -33,7 +33,7 @@ class SkData; -namespace WebCore { +namespace blink { class ImageFrameGenerator; @@ -61,6 +61,6 @@ private: size_t m_generationId; }; -} // namespace WebCore +} // namespace blink #endif // DecodingImageGenerator_h_