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

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: #include NodeRenderStyle.h 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
Index: Source/core/html/HTMLCanvasElement.h
diff --git a/Source/core/html/HTMLCanvasElement.h b/Source/core/html/HTMLCanvasElement.h
index 60a1a606b259de724848dd38c51d0fb124517c08..0d022ee4feb5d628447d586c63bb1ff0f82d7a91 100644
--- a/Source/core/html/HTMLCanvasElement.h
+++ b/Source/core/html/HTMLCanvasElement.h
@@ -169,6 +169,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