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

Unified Diff: third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h

Issue 2653433002: Share GeometryMapper cache between pre-paint and compositing. (Closed)
Patch Set: none Created 3 years, 11 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/platform/graphics/paint/GeometryMapper.h
diff --git a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
index ba935fc62e7b083ccd90ac5b5a5041f63a3d1c95..ee992e3d4ecfb6a95250ecbbfb834c1e16ef96b1 100644
--- a/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
+++ b/third_party/WebKit/Source/platform/graphics/paint/GeometryMapper.h
@@ -132,6 +132,8 @@ class PLATFORM_EXPORT GeometryMapper {
static PLATFORM_EXPORT const NodeType* lowestCommonAncestor(const NodeType*,
const NodeType*);
+ void clearCache();
+
private:
// The internal methods do the same things as their public counterparts, but
// take an extra |success| parameter which indicates if the function is

Powered by Google App Engine
This is Rietveld 408576698