| 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);
|
|
|