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

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

Issue 947213002: Remove unused methods from GraphicsContextState (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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/platform/graphics/GraphicsContextState.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/graphics/GraphicsContextState.h
diff --git a/Source/platform/graphics/GraphicsContextState.h b/Source/platform/graphics/GraphicsContextState.h
index 64c950ee2eca41a13838544114687059c8e0bfa8..8ad9d613f16a62f848d889a2344fee38ba9b92c9 100644
--- a/Source/platform/graphics/GraphicsContextState.h
+++ b/Source/platform/graphics/GraphicsContextState.h
@@ -76,11 +76,9 @@ public:
Gradient* strokeGradient() const { return m_strokeGradient.get(); }
void setStrokeGradient(const PassRefPtr<Gradient>, float);
- void clearStrokeGradient();
Pattern* strokePattern() const { return m_strokePattern.get(); }
void setStrokePattern(const PassRefPtr<Pattern>, float);
- void clearStrokePattern();
const StrokeData& strokeData() const { return m_strokeData; }
void setStrokeStyle(StrokeStyle);
@@ -97,11 +95,9 @@ public:
Gradient* fillGradient() const { return m_fillGradient.get(); }
void setFillGradient(const PassRefPtr<Gradient>, float);
- void clearFillGradient();
Pattern* fillPattern() const { return m_fillPattern.get(); }
void setFillPattern(const PassRefPtr<Pattern>, float);
- void clearFillPattern();
// Path fill rule
WindRule fillRule() const { return m_fillRule; }
« no previous file with comments | « no previous file | Source/platform/graphics/GraphicsContextState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698