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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/PaintShader.h

Issue 2893083002: cc: Move SkShader construction to a single spot in PaintShader (Closed)
Patch Set: update Created 3 years, 6 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
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/Pattern.cpp ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/paint/PaintShader.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/PaintShader.h b/third_party/WebKit/Source/platform/graphics/paint/PaintShader.h
index 8bff5883911df1b9e067e5a68482c5bdbcd02a3a..9d1b8a865e9f91e471a1b50ba7f0245a1184a807 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/PaintShader.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/PaintShader.h
@@ -9,9 +9,6 @@
namespace blink {
using cc::PaintShader;
-using cc::MakePaintShaderImage;
-using cc::MakePaintShaderRecord;
-using cc::WrapSkShader;
}
#endif // PaintShader_h
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/Pattern.cpp ('k') | ui/gfx/render_text.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698