| Index: ui/gl/gl_surface_egl_android.cc
|
| diff --git a/ui/gl/gl_surface_android.cc b/ui/gl/gl_surface_egl_android.cc
|
| similarity index 77%
|
| rename from ui/gl/gl_surface_android.cc
|
| rename to ui/gl/gl_surface_egl_android.cc
|
| index 235097cc9cbee3ea070d933bd4c1f3f63d5df0f6..5cb8c13c519d25d6d3adf7c31da2c387f0eb575e 100644
|
| --- a/ui/gl/gl_surface_android.cc
|
| +++ b/ui/gl/gl_surface_egl_android.cc
|
| @@ -1,11 +1,10 @@
|
| -// Copyright 2014 The Chromium Authors. All rights reserved.
|
| +// Copyright 2016 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ui/gl/gl_surface.h"
|
| +#include "ui/gl/gl_surface_egl.h"
|
|
|
| #include "third_party/khronos/EGL/egl.h"
|
| -#include "ui/gl/gl_surface_egl.h"
|
|
|
| namespace gl {
|
|
|
|
|