Fix minimize -> fullscreen transition.
[chromium-blink-merge.git] / ui / aura / input_state_lookup.cc
blobbbfa6ce81eb45b2337978f69190b7dcd2f905954
1 // Copyright 2013 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/aura/input_state_lookup.h"
7 namespace aura {
9 // static
10 scoped_ptr<InputStateLookup> InputStateLookup::Create() {
11 return nullptr;
14 } // namespace aura