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

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

Issue 1242593004: Fix invalidity in HitTestCache with LayoutParts. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Make clearHitTestCache recursive 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
« no previous file with comments | « LayoutTests/fast/events/hit-test-cache-iframes-expected.txt ('k') | Source/core/layout/LayoutView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/layout/LayoutView.h
diff --git a/Source/core/layout/LayoutView.h b/Source/core/layout/LayoutView.h
index bdc7571f71301e02876cb7fea815b29d0da7f4cf..672bcac0ee4045bcbe002fee5c71e78b71e0fea3 100644
--- a/Source/core/layout/LayoutView.h
+++ b/Source/core/layout/LayoutView.h
@@ -60,7 +60,7 @@ public:
unsigned hitTestCount() const { return m_hitTestCount; }
unsigned hitTestCacheHits() const { return m_hitTestCacheHits; }
- void clearHitTestCache() { m_hitTestCache->clear(); }
+ void clearHitTestCache();
const char* name() const override { return "LayoutView"; }
« no previous file with comments | « LayoutTests/fast/events/hit-test-cache-iframes-expected.txt ('k') | Source/core/layout/LayoutView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698