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

Unified Diff: Source/core/html/HTMLCanvasElement.h

Issue 562583002: Implement image-rendering:pixelated for accelerated 2D canvases. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Remove printfs, update test comments. Created 6 years, 1 month 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/core/html/HTMLCanvasElement.h
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
index a2be58c4a29282968ea828924774c3ad7ae71ce3..b78743661e7993bc18e65a636ac086d78a35b5fd 100644
--- a/Source/core/html/HTMLCanvasElement.h
+++ b/Source/core/html/HTMLCanvasElement.h
@@ -171,6 +171,7 @@ private:
virtual void parseAttribute(const QualifiedName&, const AtomicString&) override;
virtual RenderObject* createRenderer(RenderStyle*) override;
+ virtual void didRecalcStyle(StyleRecalcChange) override;
virtual bool areAuthorShadowsAllowed() const override { return false; }
void reset();

Powered by Google App Engine
This is Rietveld 408576698