Enable right clicking on the applist doodle web contents and log the data.
[chromium-blink-merge.git] / ui / compositor / reflector.cc
blobf25136d5e7f08f3aab43c0d64f450631d2992e6f
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
3 // found in the LICENSE file.
5 #include "ui/compositor/reflector.h"
7 namespace ui {
9 Reflector::Reflector() {
12 Reflector::~Reflector() {
15 void Reflector::OnMirroringCompositorResized() {
18 } // namespace ui