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

Unified Diff: Source/core/rendering/RenderInline.h

Issue 767283005: Take continuation into consideration when calculating absoluteClippedOverflowRect. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address reviewers' comments Created 6 years 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/rendering/RenderInline.h
diff --git a/Source/core/rendering/RenderInline.h b/Source/core/rendering/RenderInline.h
index 3d6ee3db26bdf1be3b284dd48596e7ce71a33fd0..743f8f9d08f85aecdf21ddc5544789ee9294e083 100644
--- a/Source/core/rendering/RenderInline.h
+++ b/Source/core/rendering/RenderInline.h
@@ -97,6 +97,7 @@ public:
virtual LayoutRect localCaretRect(InlineBox*, int, LayoutUnit* extraWidthToEndOfLine) override final;
bool hitTestCulledInline(const HitTestRequest&, HitTestResult&, const HitTestLocation& locationInContainer, const LayoutPoint& accumulatedOffset);
+ virtual LayoutRect absoluteClippedOverflowRect() const override final;
leviw_travelin_and_unemployed 2015/01/20 20:19:24 Nit: You only need final here. That implies overri
c.shu 2015/01/20 23:10:22 I don't have to change this line now after rebasel
protected:
virtual void willBeDestroyed() override;

Powered by Google App Engine
This is Rietveld 408576698