Chromium Code Reviews| Index: content/browser/renderer_host/render_widget_host_view_mac.h |
| diff --git a/content/browser/renderer_host/render_widget_host_view_mac.h b/content/browser/renderer_host/render_widget_host_view_mac.h |
| index 567aee24904e12be58222665ef3582e5aafd9f52..bef2c09c24238ee2758ee185f10167cdad4cef1f 100644 |
| --- a/content/browser/renderer_host/render_widget_host_view_mac.h |
| +++ b/content/browser/renderer_host/render_widget_host_view_mac.h |
| @@ -467,13 +467,6 @@ class RenderWidgetHostViewMac : public RenderWidgetHostViewBase { |
| // pairs of (route_id, gpu_host_id). |
| std::list<std::pair<int32, int32> > pending_swap_buffers_acks_; |
| - // The current composition character range and its bounds. |
| - ui::Range composition_range_; |
| - std::vector<gfx::Rect> composition_bounds_; |
| - |
| - // The current caret bounds. |
| - gfx::Rect caret_rect_; |
| - |
|
scshunt
2012/08/12 01:42:45
This should not be here.
|
| class CompositingDelegateMac : public CompositingDelegate { |
| public: |
| virtual gfx::GLSurfaceHandle GetCompositingSurface() OVERRIDE; |