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

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

Issue 1294233004: Subtree caching implementation in blink-core (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add a complex-subtree-update test 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/LayoutInline.h
diff --git a/Source/core/layout/LayoutInline.h b/Source/core/layout/LayoutInline.h
index b24cdeab6d9ee413ecc36f0921e2ecc7f04e1797..e8b843e289dfe63ceadf587971bc85142c1bba8d 100644
--- a/Source/core/layout/LayoutInline.h
+++ b/Source/core/layout/LayoutInline.h
@@ -112,7 +112,7 @@ protected:
void computeSelfHitTestRects(Vector<LayoutRect>& rects, const LayoutPoint& layerOffset) const override;
- void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer) const override;
+ void invalidateDisplayItemClients(const LayoutBoxModelObject& paintInvalidationContainer) override;
private:
LayoutObjectChildList* virtualChildren() final { return children(); }

Powered by Google App Engine
This is Rietveld 408576698