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

Unified Diff: chrome/browser/chromeos/accessibility/chromevox_panel.h

Issue 1841393002: Hide ChromeVox Panel in full-screen mode. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@shelf_on_login
Patch Set: No need to check window state Created 4 years, 9 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 side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/accessibility/chromevox_panel.h
diff --git a/chrome/browser/chromeos/accessibility/chromevox_panel.h b/chrome/browser/chromeos/accessibility/chromevox_panel.h
index 7d7da3116f036df7b5e23d0ac7697a7c77496935..32dc4a0257721d95d6e363b97a6059f7185a6bd1 100644
--- a/chrome/browser/chromeos/accessibility/chromevox_panel.h
+++ b/chrome/browser/chromeos/accessibility/chromevox_panel.h
@@ -36,6 +36,7 @@ class ChromeVoxPanel : public views::WidgetDelegate,
void ExitFullscreen();
void DisableSpokenFeedback();
void Focus();
+ void UpdateWidgetBounds();
// WidgetDelegate overrides.
const views::Widget* GetWidget() const override;
@@ -50,12 +51,10 @@ class ChromeVoxPanel : public views::WidgetDelegate,
uint32_t changed_metrics) override;
private:
- void UpdateWidgetBounds();
-
views::Widget* widget_;
scoped_ptr<ChromeVoxPanelWebContentsObserver> web_contents_observer_;
views::View* web_view_;
- bool fullscreen_;
+ bool panel_fullscreen_;
DISALLOW_COPY_AND_ASSIGN(ChromeVoxPanel);
};

Powered by Google App Engine
This is Rietveld 408576698