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

Side by Side Diff: chrome/renderer/render_widget.h

Issue 400012: Refactor the keyboard events handling code related to RenderViewHostDelegate:... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_widget.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_RENDERER_RENDER_WIDGET_H_ 5 #ifndef CHROME_RENDERER_RENDER_WIDGET_H_
6 #define CHROME_RENDERER_RENDER_WIDGET_H_ 6 #define CHROME_RENDERER_RENDER_WIDGET_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "app/gfx/native_widget_types.h" 10 #include "app/gfx/native_widget_types.h"
(...skipping 298 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 309
310 // While we are waiting for the browser to update window sizes, 310 // While we are waiting for the browser to update window sizes,
311 // we track the pending size temporarily. 311 // we track the pending size temporarily.
312 int pending_window_rect_count_; 312 int pending_window_rect_count_;
313 WebKit::WebRect pending_window_rect_; 313 WebKit::WebRect pending_window_rect_;
314 314
315 scoped_ptr<ViewHostMsg_ShowPopup_Params> popup_params_; 315 scoped_ptr<ViewHostMsg_ShowPopup_Params> popup_params_;
316 316
317 scoped_ptr<IPC::Message> pending_input_event_ack_; 317 scoped_ptr<IPC::Message> pending_input_event_ack_;
318 318
319 // Indicates if the next sequence of Char events should be suppressed or not.
320 bool suppress_next_char_events_;
321
319 DISALLOW_COPY_AND_ASSIGN(RenderWidget); 322 DISALLOW_COPY_AND_ASSIGN(RenderWidget);
320 }; 323 };
321 324
322 #endif // CHROME_RENDERER_RENDER_WIDGET_H_ 325 #endif // CHROME_RENDERER_RENDER_WIDGET_H_
OLDNEW
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/render_widget.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698