summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/graphics/GraphicsContextState.h')
-rw-r--r--third_party/WebKit/Source/platform/graphics/GraphicsContextState.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
index 42edcae..d4c9418 100644
--- a/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
+++ b/third_party/WebKit/Source/platform/graphics/GraphicsContextState.h
@@ -103,7 +103,7 @@ public:
void setColorFilter(PassRefPtr<SkColorFilter>);
// Image interpolation control.
- InterpolationQuality interpolationQuality() const { return m_interpolationQuality; }
+ InterpolationQuality getInterpolationQuality() const { return m_interpolationQuality; }
void setInterpolationQuality(InterpolationQuality);
bool shouldAntialias() const { return m_shouldAntialias; }