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

Unified Diff: Source/core/layout/LayoutText.h

Issue 1294233004: Subtree caching implementation in blink-core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: s/setSelfNeedsRepaint/setNeedsRepaint/ 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
Index: Source/core/layout/LayoutText.h
diff --git a/Source/core/layout/LayoutText.h b/Source/core/layout/LayoutText.h
index 155e94f12ffc32e402f961032a4a0dea535c713b..861aa9f0b09cde0dfd4fd9d86f3ec9a1a7b95190 100644
--- a/Source/core/layout/LayoutText.h
+++ b/Source/core/layout/LayoutText.h
@@ -158,7 +158,7 @@ protected:
virtual InlineTextBox* createTextBox(int start, unsigned short length); // Subclassed by SVG.
- void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer) const override;
+ void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer) override;
private:
void computePreferredLogicalWidths(float leadWidth);

Powered by Google App Engine
This is Rietveld 408576698