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

Unified Diff: Source/core/editing/FrameSelection.h

Issue 570763003: Remove unneeded bool from RenderView::selectionBounds (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaselined (again and again) Created 6 years, 3 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/editing/FrameSelection.h
diff --git a/Source/core/editing/FrameSelection.h b/Source/core/editing/FrameSelection.h
index ab27eafc0f39b867a98dca73e0633111fca1bd03..6dbee0c4b663649b9567cebd7bf35f5376d233e9 100644
--- a/Source/core/editing/FrameSelection.h
+++ b/Source/core/editing/FrameSelection.h
@@ -205,7 +205,7 @@ public:
String selectedText() const;
String selectedTextForClipboard() const;
- FloatRect bounds(bool clipToVisibleContent = true) const;
+ FloatRect bounds() const;
HTMLFormElement* currentForm() const;

Powered by Google App Engine
This is Rietveld 408576698