Fix search results being clipped in app list.
[chromium-blink-merge.git] / ui / ozone / platform / cast / ozone_platform_cast.h
blob7698c1acd6ae1792fb9ea33ea3a420529bbeadec
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 #ifndef UI_OZONE_PLATFORM_CAST_OZONE_PLATFORM_CAST_H
6 #define UI_OZONE_PLATFORM_CAST_OZONE_PLATFORM_CAST_H
8 namespace ui {
10 class OzonePlatform;
12 // Constructor hook for use in ozone_platform_list.cc
13 OzonePlatform* CreateOzonePlatformCast();
15 } // namespace ui
17 #endif // UI_OZONE_PLATFORM_CAST_OZONE_PLATFORM_CAST_H