Remove unused parameter.
[chromium-blink-merge.git] / ui / ozone / public / surface_ozone_egl.cc
blob92330f3bf3890c5b6cb7ec38bd841067b925bf8c
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/ozone/public/surface_ozone_egl.h"
7 namespace ui {
9 bool SurfaceOzoneEGL::IsUniversalDisplayLinkDevice() {
10 return false;
13 } // namespace ui