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

Unified Diff: Source/platform/graphics/CrossfadeGeneratedImage.h

Issue 464273002: Cleanup namespace usage in platform/graphics/[filters/* to skia/*] and platform/graphics/[B-D]* (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 4 months 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: Source/platform/graphics/CrossfadeGeneratedImage.h
diff --git a/Source/platform/graphics/CrossfadeGeneratedImage.h b/Source/platform/graphics/CrossfadeGeneratedImage.h
index 85ec73d566839c2136297327f478fb2a47a77af7..b4f7b14488c908ae8775eb4c993c4cdd433d9902 100644
--- a/Source/platform/graphics/CrossfadeGeneratedImage.h
+++ b/Source/platform/graphics/CrossfadeGeneratedImage.h
@@ -52,10 +52,10 @@ public:
protected:
virtual void draw(GraphicsContext*, const FloatRect&, const FloatRect&,
- CompositeOperator, blink::WebBlendMode) OVERRIDE;
+ CompositeOperator, WebBlendMode) OVERRIDE;
virtual void drawPattern(GraphicsContext*, const FloatRect&,
const FloatSize&, const FloatPoint&, CompositeOperator,
- const FloatRect&, blink::WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
+ const FloatRect&, WebBlendMode, const IntSize& repeatSpacing) OVERRIDE;
CrossfadeGeneratedImage(Image* fromImage, Image* toImage, float percentage, IntSize crossfadeSize, const IntSize&);
@@ -69,6 +69,6 @@ private:
IntSize m_crossfadeSize;
};
-}
+} // namespace blink
#endif
« no previous file with comments | « Source/platform/graphics/Canvas2DLayerManagerTest.cpp ('k') | Source/platform/graphics/CrossfadeGeneratedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698