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

Side by Side Diff: content/browser/web_contents/web_contents_view_aura.h

Issue 278173005: Removing listening for repaints (OnUpdateRect) from OverscrollNavigationOverlay. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updating a comment. Created 6 years, 7 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 unified diff | Download patch
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_VIEW_AURA_H_ 5 #ifndef CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_VIEW_AURA_H_
6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_VIEW_AURA_H_ 6 #define CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_VIEW_AURA_H_
7 7
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/memory/ref_counted.h" 10 #include "base/memory/ref_counted.h"
(...skipping 30 matching lines...) Expand all
41 public RenderViewHostDelegateView, 41 public RenderViewHostDelegateView,
42 public OverscrollControllerDelegate, 42 public OverscrollControllerDelegate,
43 public ui::ImplicitAnimationObserver, 43 public ui::ImplicitAnimationObserver,
44 public aura::WindowDelegate, 44 public aura::WindowDelegate,
45 public aura::client::DragDropDelegate, 45 public aura::client::DragDropDelegate,
46 public aura::WindowObserver { 46 public aura::WindowObserver {
47 public: 47 public:
48 WebContentsViewAura(WebContentsImpl* web_contents, 48 WebContentsViewAura(WebContentsImpl* web_contents,
49 WebContentsViewDelegate* delegate); 49 WebContentsViewDelegate* delegate);
50 50
51 CONTENT_EXPORT void SetupOverlayWindowForTesting();
52
53 CONTENT_EXPORT void SetTouchEditableForTest( 51 CONTENT_EXPORT void SetTouchEditableForTest(
54 TouchEditableImplAura* touch_editable); 52 TouchEditableImplAura* touch_editable);
55 53
56 private: 54 private:
57 class WindowObserver; 55 class WindowObserver;
58 56
59 virtual ~WebContentsViewAura(); 57 virtual ~WebContentsViewAura();
60 58
61 void SizeChangedCommon(const gfx::Size& size); 59 void SizeChangedCommon(const gfx::Size& size);
62 60
(...skipping 163 matching lines...) Expand 10 before | Expand all | Expand 10 after
226 224
227 scoped_ptr<TouchEditableImplAura> touch_editable_; 225 scoped_ptr<TouchEditableImplAura> touch_editable_;
228 scoped_ptr<GestureNavSimple> gesture_nav_simple_; 226 scoped_ptr<GestureNavSimple> gesture_nav_simple_;
229 227
230 DISALLOW_COPY_AND_ASSIGN(WebContentsViewAura); 228 DISALLOW_COPY_AND_ASSIGN(WebContentsViewAura);
231 }; 229 };
232 230
233 } // namespace content 231 } // namespace content
234 232
235 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_VIEW_AURA_H_ 233 #endif // CONTENT_BROWSER_WEB_CONTENTS_WEB_CONTENTS_VIEW_AURA_H_
OLDNEW
« no previous file with comments | « content/browser/web_contents/aura/window_slider_unittest.cc ('k') | content/browser/web_contents/web_contents_view_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698