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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 2030033003: Replace cc::ViewportSelectionBound with gfx::SelectionBound (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Android build compiles locally Created 4 years, 6 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: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index ee5bd7aaf85003d1b3a7bec34464087adf787e2d..3a445e8517b26243964c70caaf55ef7544472eef 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -26,6 +26,7 @@
#include "ui/android/view_android.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/rect_f.h"
+#include "ui/gfx/selection_bound.h"
#include "url/gurl.h"
namespace cc {
@@ -316,7 +317,7 @@ class ContentViewCoreImpl : public ContentViewCore,
const gfx::Vector2dF& controls_offset,
const gfx::Vector2dF& content_offset,
bool is_mobile_optimized_hint,
- const cc::ViewportSelectionBound& selection_start);
+ const gfx::SelectionBound& selection_start);
void ForceUpdateImeAdapter(long native_ime_adapter);
void UpdateImeAdapter(long native_ime_adapter,

Powered by Google App Engine
This is Rietveld 408576698