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

Unified Diff: Source/core/core.gypi

Issue 1218013003: Keep a cache of caret painters to avoid recomputing all the time. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: a shade of deduplication blue Created 5 years, 6 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 | Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 91a14a735cb8f5dd87a2cff45e9c31df00c572a8..f7be719d418ad05b7dea8985bb2d7991959e438a 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1927,6 +1927,8 @@
'paint/NinePieceImagePainter.h',
'paint/ObjectPainter.cpp',
'paint/ObjectPainter.h',
+ 'paint/PaintDataCache.cpp',
+ 'paint/PaintDataCache.h',
'paint/PaintInfo.h',
'paint/PaintPhase.cpp',
'paint/PaintPhase.h',
« no previous file with comments | « no previous file | Source/core/layout/compositing/CompositedDeprecatedPaintLayerMapping.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698