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

Unified Diff: ash/host/ash_window_tree_host_win.cc

Issue 1110843003: Apply automated fixits for Chrome clang plugin to ash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « no previous file | ash/system/win/audio/tray_audio_win.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/host/ash_window_tree_host_win.cc
diff --git a/ash/host/ash_window_tree_host_win.cc b/ash/host/ash_window_tree_host_win.cc
index 9d0988de3540f2e37a4b4df8171e78c99e097459..b4a4f1e32e66a76d163b94a078dcfdff987e61ae 100644
--- a/ash/host/ash_window_tree_host_win.cc
+++ b/ash/host/ash_window_tree_host_win.cc
@@ -68,7 +68,8 @@ class AshWindowTreeHostWin : public AshWindowTreeHost,
}
bool ConfineCursorToRootWindow() override { return false; }
void UnConfineCursor() override { NOTIMPLEMENTED(); }
- void SetRootWindowTransformer(scoped_ptr<RootWindowTransformer> transformer) {
+ void SetRootWindowTransformer(
+ scoped_ptr<RootWindowTransformer> transformer) override {
transformer_helper_.SetRootWindowTransformer(transformer.Pass());
}
gfx::Insets GetHostInsets() const override {
@@ -88,7 +89,7 @@ class AshWindowTreeHostWin : public AshWindowTreeHost,
void SetRootTransform(const gfx::Transform& transform) override {
transformer_helper_.SetTransform(transform);
}
- gfx::Transform GetRootTransform() const {
+ gfx::Transform GetRootTransform() const override {
return transformer_helper_.GetTransform();
}
gfx::Transform GetInverseRootTransform() const override {
« no previous file with comments | « no previous file | ash/system/win/audio/tray_audio_win.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698