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

Unified Diff: Source/core/html/canvas/CanvasStyle.h

Issue 1152513003: Remove dead code from CanvasStyle (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | Source/core/html/canvas/CanvasStyle.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/html/canvas/CanvasStyle.h
diff --git a/Source/core/html/canvas/CanvasStyle.h b/Source/core/html/canvas/CanvasStyle.h
index 94ec768ad07cfd2593b0bc7345b5214eea9b95c9..a32bfffb15162d628212360984372884b8720542 100644
--- a/Source/core/html/canvas/CanvasStyle.h
+++ b/Source/core/html/canvas/CanvasStyle.h
@@ -39,7 +39,6 @@ namespace blink {
class CanvasGradient;
class CanvasPattern;
- class GraphicsContext;
class HTMLCanvasElement;
class CanvasStyle final : public RefCountedWillBeGarbageCollected<CanvasStyle> {
@@ -52,8 +51,6 @@ namespace blink {
CanvasGradient* canvasGradient() const { return m_gradient.get(); }
CanvasPattern* canvasPattern() const { return m_pattern.get(); }
- void applyFillColor(GraphicsContext*); // Deprecated
- void applyStrokeColor(GraphicsContext*); // Deprecated
SkShader* shader() const;
RGBA32 paintColor() const;
« no previous file with comments | « no previous file | Source/core/html/canvas/CanvasStyle.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698