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

Unified Diff: public/platform/WebImageLayer.h

Issue 782693003: Implement image-rendering:pixelated for directly composited images. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@composited
Patch Set: Add TestExpectation for slimmingpaint Created 6 years 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 | « Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebImageLayer.h
diff --git a/public/platform/WebImageLayer.h b/public/platform/WebImageLayer.h
index c396763ba55bd6f8c8097fd5714acf8d9b9518b8..e20ce71395e2788db76e9a65723fb04eef765067 100644
--- a/public/platform/WebImageLayer.h
+++ b/public/platform/WebImageLayer.h
@@ -38,6 +38,7 @@ public:
virtual WebLayer* layer() = 0;
virtual void setImageBitmap(const SkBitmap&) = 0;
+ virtual void setNearestNeighbor(bool) = 0;
};
} // namespace blink
« no previous file with comments | « Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698