Index: Source/platform/graphics/gpu/DrawingBuffer.h |
diff --git a/Source/platform/graphics/gpu/DrawingBuffer.h b/Source/platform/graphics/gpu/DrawingBuffer.h |
index 1a3536ca4d279a7de0b996621b0998b6dfa56456..d2531168184b3acb2b53f3d106097debe43f2abf 100644 |
--- a/Source/platform/graphics/gpu/DrawingBuffer.h |
+++ b/Source/platform/graphics/gpu/DrawingBuffer.h |
@@ -139,7 +139,7 @@ public: |
void setBufferClearNeeded(bool); |
bool bufferClearNeeded() const; |
void setIsHidden(bool); |
- void setFilterLevel(SkPaint::FilterLevel); |
+ void setFilterQuality(SkFilterQuality); |
WebLayer* platformLayer(); |
@@ -279,7 +279,7 @@ private: |
int m_packAlignment; |
bool m_destructionInProgress; |
bool m_isHidden; |
- SkPaint::FilterLevel m_filterLevel; |
+ SkFilterQuality m_filterQuality; |
OwnPtr<WebExternalTextureLayer> m_layer; |