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

Unified Diff: Source/platform/graphics/gpu/DrawingBuffer.h

Issue 1013803002: SkPaint::FilterLevel -> SkFilterQuality (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: I think I caught the last one Created 5 years, 9 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: 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;
« no previous file with comments | « Source/platform/graphics/filters/SkiaImageFilterBuilder.cpp ('k') | Source/platform/graphics/gpu/DrawingBuffer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698