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

Side by Side Diff: mandoline/ui/browser/android/android_ui.h

Issue 1134443005: Fixes android mandoline ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | mandoline/ui/browser/android/android_ui.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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 MANDOLINE_UI_BROWSER_ANDROID_ANDROID_UI_H_ 5 #ifndef MANDOLINE_UI_BROWSER_ANDROID_ANDROID_UI_H_
6 #define MANDOLINE_UI_BROWSER_ANDROID_ANDROID_UI_H_ 6 #define MANDOLINE_UI_BROWSER_ANDROID_ANDROID_UI_H_
7 7
8 #include "base/macros.h" 8 #include "base/macros.h"
9 #include "components/view_manager/public/cpp/view_observer.h" 9 #include "components/view_manager/public/cpp/view_observer.h"
10 #include "mandoline/ui/browser/browser_ui.h" 10 #include "mandoline/ui/browser/browser_ui.h"
(...skipping 19 matching lines...) Expand all
30 void OnURLChanged() override; 30 void OnURLChanged() override;
31 31
32 // Overriden from mojo::ViewObserver: 32 // Overriden from mojo::ViewObserver:
33 virtual void OnViewBoundsChanged(mojo::View* view, 33 virtual void OnViewBoundsChanged(mojo::View* view,
34 const mojo::Rect& old_bounds, 34 const mojo::Rect& old_bounds,
35 const mojo::Rect& new_bounds) override; 35 const mojo::Rect& new_bounds) override;
36 36
37 Browser* browser_; 37 Browser* browser_;
38 mojo::ApplicationImpl* application_impl_; 38 mojo::ApplicationImpl* application_impl_;
39 mojo::View* root_; 39 mojo::View* root_;
40 mojo::View* content_;
41 40
42 DISALLOW_COPY_AND_ASSIGN(AndroidUI); 41 DISALLOW_COPY_AND_ASSIGN(AndroidUI);
43 }; 42 };
44 43
45 } // namespace mandoline 44 } // namespace mandoline
46 45
47 #endif // MANDOLINE_UI_BROWSER_ANDROID_ANDROID_UI_H_ 46 #endif // MANDOLINE_UI_BROWSER_ANDROID_ANDROID_UI_H_
OLDNEW
« no previous file with comments | « no previous file | mandoline/ui/browser/android/android_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698