| Index: chrome/browser/renderer_host/render_widget_host_view_win.h
|
| ===================================================================
|
| --- chrome/browser/renderer_host/render_widget_host_view_win.h (revision 66785)
|
| +++ chrome/browser/renderer_host/render_widget_host_view_win.h (working copy)
|
| @@ -25,9 +25,6 @@
|
| #include "webkit/glue/webcursor.h"
|
|
|
| namespace app {
|
| -
|
| -class ViewProp;
|
| -
|
| namespace win {
|
| class ScopedProp;
|
| }
|
| @@ -343,8 +340,7 @@
|
| // method.
|
| WebKit::WebTextInputType text_input_type_;
|
|
|
| - ScopedVector<app::ViewProp> props_;
|
| - scoped_ptr<app::win::ScopedProp> renderer_id_prop_;
|
| + ScopedVector<app::win::ScopedProp> props_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(RenderWidgetHostViewWin);
|
| };
|
|
|
| Property changes on: chrome\browser\renderer_host\render_widget_host_view_win.h
|
| ___________________________________________________________________
|
| Deleted: svn:mergeinfo
|
|
|
|
|