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

Unified Diff: third_party/WebKit/Source/core/style/ComputedStyle.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/style/ComputedStyle.cpp
diff --git a/third_party/WebKit/Source/core/style/ComputedStyle.cpp b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
index d8c9c2bba30a8f62674f3253bf2aa23f13848807..5e79fff52ba720e4f84bc87c24fbfbe58c245b6a 100644
--- a/third_party/WebKit/Source/core/style/ComputedStyle.cpp
+++ b/third_party/WebKit/Source/core/style/ComputedStyle.cpp
@@ -112,7 +112,7 @@ PassRefPtr<ComputedStyle> ComputedStyle::clone(const ComputedStyle& other)
return adoptRef(new ComputedStyle(other));
}
-ALWAYS_INLINE ComputedStyle::ComputedStyle()
+ComputedStyle::ComputedStyle()
esprehn 2016/09/12 20:53:12 Why? Performance here is pretty important. :)
: m_box(initialStyle().m_box)
, m_visual(initialStyle().m_visual)
, m_background(initialStyle().m_background)

Powered by Google App Engine
This is Rietveld 408576698