Upstream version 11.39.266.0
[platform/framework/web/crosswalk.git] / src / xwalk / sysapps / device_capabilities / display_info_provider_android.cc
1 // Copyright (c) 2013 Intel Corporation. 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.
4
5 #include "ui/gfx/display_observer.h"
6
7 namespace gfx {
8
9 // FIXME(tmpsantos): We can probably remove this hack after fixing
10 // https://code.google.com/p/chromium/issues/detail?id=326140
11 DisplayObserver::~DisplayObserver() {}
12
13 }  // namespace gfx