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

Unified Diff: third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc

Issue 2282213002: [LayoutNG] Introduce NGPhysicalFragment and make NGFragment a 'view' (Closed)
Patch Set: address comments. Created 4 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: third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
diff --git a/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc b/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
index 6d9d8a844fa8b0b08a996e74930aa996ad844c1c..43e74495bff92573d6151a0458d968342fa46970 100644
--- a/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
+++ b/third_party/WebKit/Source/core/layout/ng/ng_text_fragment.cc
@@ -4,10 +4,4 @@
#include "core/layout/ng/ng_text_fragment.h"
-namespace blink {
-
-String NGTextFragment::text() const {
- return text_list_->Text(start_offset_, end_offset_);
-}
-
-} // namespace blink
+namespace blink {} // namespace blink
« no previous file with comments | « third_party/WebKit/Source/core/layout/ng/ng_text_fragment.h ('k') | third_party/WebKit/Source/core/layout/ng/ng_units.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698