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

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

Issue 1303173007: Oilpan: Unship Oilpan from CSSValues Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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 94b6d969cc35ec778d0894bd298375ebb4331097..47b872978823ccb0df821e04eed656e9fb592fd0 100644
--- a/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
+++ b/Source/modules/canvas2d/CanvasRenderingContext2DState.cpp
@@ -178,7 +178,6 @@ DEFINE_TRACE(CanvasRenderingContext2DState)
{
visitor->trace(m_strokeStyle);
visitor->trace(m_fillStyle);
- visitor->trace(m_filterValue);
CSSFontSelectorClient::trace(visitor);
}
@@ -435,7 +434,7 @@ void CanvasRenderingContext2DState::setShadowColor(SkColor shadowColor)
shadowParameterChanged();
}
-void CanvasRenderingContext2DState::setFilter(PassRefPtrWillBeRawPtr<CSSValue> filterValue)
+void CanvasRenderingContext2DState::setFilter(PassRefPtr<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