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

Unified Diff: sky/engine/core/css/CSSImageGeneratorValue.h

Issue 681113004: Remove Heap.h (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 2 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 | « no previous file | sky/engine/core/css/MediaQueryList.h » ('j') | sky/engine/core/css/MediaQueryMatcher.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/css/CSSImageGeneratorValue.h
diff --git a/sky/engine/core/css/CSSImageGeneratorValue.h b/sky/engine/core/css/CSSImageGeneratorValue.h
index 3d724136eedd515954ba84243f11fa10db94ac34..c28e3ba4f11539553e0254fc66b9e6d6eb9321eb 100644
--- a/sky/engine/core/css/CSSImageGeneratorValue.h
+++ b/sky/engine/core/css/CSSImageGeneratorValue.h
@@ -79,14 +79,6 @@ protected:
HashCountedSet<IntSize> m_sizes; // A count of how many times a given image size is in use.
RenderObjectSizeCountMap m_clients; // A map from RenderObjects (with entry count) to image sizes.
HashMap<IntSize, RefPtr<Image> > m_images; // A cache of Image objects by image size.
-
-#if ENABLE(OILPAN)
- // FIXME: Oilpan: when/if we can make the renderer point directly to the CSSImageGenerator value using
- // a member we don't need to have this hack where we keep a persistent to the instance as long as
- // there are clients in the RenderObjectSizeCountMap.
- GC_PLUGIN_IGNORE("366546")
- OwnPtr<Persistent<CSSImageGeneratorValue> > m_keepAlive;
-#endif
};
DEFINE_CSS_VALUE_TYPE_CASTS(CSSImageGeneratorValue, isImageGeneratorValue());
« no previous file with comments | « no previous file | sky/engine/core/css/MediaQueryList.h » ('j') | sky/engine/core/css/MediaQueryMatcher.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698