Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 // Copyright (c) 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. | |
| 4 | |
| 5 // Copyright (c) 2013 The Chromium Authors. All rights reserved. | |
| 6 // Use of this source code is governed by a BSD-style license that can be | |
| 7 // found in the LICENSE file. | |
| 8 | |
| 9 #include "ui/base/linux/native_surface_linux_factory_delegate.h" | |
| 10 | |
| 11 namespace ui { | |
| 12 | |
|
DaveMoore
2013/04/30 17:53:42
Nit: no blank line
rjkroege
2013/05/06 18:46:24
Done.
| |
| 13 NativeSurfaceLinuxFactoryDelegate::~NativeSurfaceLinuxFactoryDelegate() { | |
| 14 } | |
| 15 | |
| 16 } // namespace ui | |
| OLD | NEW |