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

Unified Diff: third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp

Issue 2326633002: Adds filter support for offscreen canvas (Closed)
Patch Set: Working version of filters on offscreen canvas Created 4 years, 3 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: third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
diff --git a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
index 7b9538beff9308514907cef00d5a2b51f6faab33..2a28fae3a04994028b54f190af078dfb2a3b4473 100644
--- a/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
+++ b/third_party/WebKit/Source/core/css/resolver/ElementStyleResources.cpp
@@ -44,6 +44,10 @@
namespace blink {
+ElementStyleResources::ElementStyleResources()
esprehn 2016/09/12 20:53:12 All the methods crash
+{
+}
+
ElementStyleResources::ElementStyleResources(Document& document, float deviceScaleFactor)
: m_document(&document)
, m_deviceScaleFactor(deviceScaleFactor)

Powered by Google App Engine
This is Rietveld 408576698