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

Unified Diff: Source/modules/canvas2d/CanvasRenderingContext2DState.cpp

Issue 1238943004: CSSValue Immediates: Replace CSSValue usage with const references (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@cssvalue_patch_1
Patch Set: Rebase Created 5 years, 5 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
« no previous file with comments | « Source/modules/canvas2d/CanvasRenderingContext2DState.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
diff --git a/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp b/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
index 4e3b311269f23a85d2ebc25f3ba2e1e74fdd28d0..9f92a961e870a9326148e03c6a7a1dfed54ce9cd 100644
--- a/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
+++ b/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
@@ -434,7 +434,7 @@ void CanvasRenderingContext2DState::setShadowColor(SkColor shadowColor)
shadowParameterChanged();
}
-void CanvasRenderingContext2DState::setFilter(CSSValue filterValue)
+void CanvasRenderingContext2DState::setFilter(const CSSValue& filterValue)
{
m_filterValue = filterValue;
m_resolvedFilter.clear();
« no previous file with comments | « Source/modules/canvas2d/CanvasRenderingContext2DState.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698