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

Unified Diff: third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h

Issue 2746823003: Revert of Use Opportunity Iterator to position text fragments in NGLineBuilder (Closed)
Patch Set: Created 3 years, 9 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/geometry/ng_logical_offset.h
diff --git a/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h b/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h
index 8439d50e427674ac123b540cc2a99d51b0b7f3dc..c27a56950bde35a324ca04bec65b956faa87ce0c 100644
--- a/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h
+++ b/third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.h
@@ -38,7 +38,6 @@
NGPhysicalSize inner_size) const;
bool operator==(const NGLogicalOffset& other) const;
- bool operator!=(const NGLogicalOffset& other) const;
NGLogicalOffset operator+(const NGLogicalOffset& other) const;
NGLogicalOffset& operator+=(const NGLogicalOffset& other);
« no previous file with comments | « third_party/WebKit/Source/core/BUILD.gn ('k') | third_party/WebKit/Source/core/layout/ng/geometry/ng_logical_offset.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698