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

Unified Diff: content/renderer/pepper/pepper_plugin_instance_impl.h

Issue 24012002: Move Range code to gfx. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: d Created 7 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: content/renderer/pepper/pepper_plugin_instance_impl.h
diff --git a/content/renderer/pepper/pepper_plugin_instance_impl.h b/content/renderer/pepper/pepper_plugin_instance_impl.h
index 964b23bddd62e2f0ceead016d4b88c90822bbda4..34b5139e003b785282b230dee38733ddcf0b2c01 100644
--- a/content/renderer/pepper/pepper_plugin_instance_impl.h
+++ b/content/renderer/pepper/pepper_plugin_instance_impl.h
@@ -79,16 +79,16 @@ namespace cc {
class TextureLayer;
}
+namespace gfx {
+class Range;
+}
+
namespace ppapi {
class Resource;
struct InputEventData;
struct PPP_Instance_Combined;
}
-namespace ui {
-class Range;
-}
-
namespace v8 {
class Isolate;
}
@@ -197,7 +197,7 @@ class CONTENT_EXPORT PepperPluginInstanceImpl
ui::TextInputType text_input_type() const { return text_input_type_; }
gfx::Rect GetCaretBounds() const;
bool IsPluginAcceptingCompositionEvents() const;
- void GetSurroundingText(base::string16* text, ui::Range* range) const;
+ void GetSurroundingText(base::string16* text, gfx::Range* range) const;
// Notifications about focus changes, see has_webkit_focus_ below.
void SetWebKitFocus(bool has_focus);
« no previous file with comments | « content/port/browser/render_widget_host_view_port.h ('k') | content/renderer/pepper/pepper_plugin_instance_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698