| Index: Source/platform/graphics/skia/NativeImageSkia.h
|
| diff --git a/Source/platform/graphics/skia/NativeImageSkia.h b/Source/platform/graphics/skia/NativeImageSkia.h
|
| index 4d8b26fbf50db74e103c6e33723e87d075453e50..32b2098e1ea1c0ae8cbbb028a498141c59aefb98 100644
|
| --- a/Source/platform/graphics/skia/NativeImageSkia.h
|
| +++ b/Source/platform/graphics/skia/NativeImageSkia.h
|
| @@ -98,7 +98,7 @@ public:
|
| const SkRect& srcRect,
|
| const SkRect& destRect,
|
| CompositeOperator,
|
| - blink::WebBlendMode) const;
|
| + WebBlendMode) const;
|
|
|
| void drawPattern(
|
| GraphicsContext*,
|
| @@ -107,7 +107,7 @@ public:
|
| const FloatPoint& phase,
|
| CompositeOperator,
|
| const FloatRect& destRect,
|
| - blink::WebBlendMode,
|
| + WebBlendMode,
|
| const IntSize& repeatSpacing) const;
|
|
|
| private:
|
| @@ -170,5 +170,6 @@ private:
|
| mutable int m_resizeRequests;
|
| };
|
|
|
| -}
|
| +} // namespace blink
|
| +
|
| #endif // NativeImageSkia_h
|
|
|