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

Unified Diff: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h

Issue 2640983002: Rename paint data structures (Closed)
Patch Set: DrawingDisplayItem Created 3 years, 11 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: third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
diff --git a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
index 6999217e7af279e50b1a066455b2c2d173ab3840..c8b7ebaf025c5be422efed2c0f2a4ab3cac45bc7 100644
--- a/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
+++ b/third_party/WebKit/Source/core/layout/svg/LayoutSVGResourcePaintServer.h
@@ -27,8 +27,6 @@
#include "platform/transforms/AffineTransform.h"
#include "wtf/Allocator.h"
-class SkPaint;
-
namespace blink {
enum LayoutSVGResourceMode {
@@ -55,7 +53,8 @@ class SVGPaintServer {
const ComputedStyle&,
LayoutSVGResourceMode);
- void applyToSkPaint(SkPaint&, float paintAlpha);
+ // TODO(enne): rename this
+ void applyToSkPaint(PaintFlags&, float paintAlpha);
static SVGPaintServer invalid() {
return SVGPaintServer(Color(Color::transparent));

Powered by Google App Engine
This is Rietveld 408576698