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

Unified Diff: sky/engine/core/css/CSSImageValue.cpp

Issue 723253004: Remove tons of OILPAN. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/css/CSSImageValue.h ('k') | sky/engine/core/css/CSSInheritedValue.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSImageValue.cpp
diff --git a/sky/engine/core/css/CSSImageValue.cpp b/sky/engine/core/css/CSSImageValue.cpp
index 3f8f674914f5634d7045ed7e7adceac7655d1333..374f0324a200f62949305d31ef8cfc5cb95703ac 100644
--- a/sky/engine/core/css/CSSImageValue.cpp
+++ b/sky/engine/core/css/CSSImageValue.cpp
@@ -117,11 +117,6 @@ bool CSSImageValue::knownToBeOpaque(const RenderObject* renderer) const
return m_image ? m_image->knownToBeOpaque(renderer) : false;
}
-void CSSImageValue::traceAfterDispatch(Visitor* visitor)
-{
- CSSValue::traceAfterDispatch(visitor);
-}
-
void CSSImageValue::reResolveURL(const Document& document)
{
KURL url = document.completeURL(m_relativeURL);
« no previous file with comments | « sky/engine/core/css/CSSImageValue.h ('k') | sky/engine/core/css/CSSInheritedValue.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698