Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(15)

Side by Side Diff: ui/gl/gl_surface_egl_x11.h

Issue 1545113002: Switch to standard integer types in ui/gl/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « ui/gl/gl_surface_egl.cc ('k') | ui/gl/gl_surface_glx.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2015 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef UI_GL_GL_SURFACE_EGL_X11_H_ 5 #ifndef UI_GL_GL_SURFACE_EGL_X11_H_
6 #define UI_GL_GL_SURFACE_EGL_X11_H_ 6 #define UI_GL_GL_SURFACE_EGL_X11_H_
7 7
8 #include <stdint.h>
9
8 #include <string> 10 #include <string>
9 11
10 #include "base/macros.h" 12 #include "base/macros.h"
11 #include "ui/events/platform/platform_event_dispatcher.h" 13 #include "ui/events/platform/platform_event_dispatcher.h"
12 #include "ui/gl/gl_surface_egl.h" 14 #include "ui/gl/gl_surface_egl.h"
13 15
14 namespace gfx { 16 namespace gfx {
15 17
16 // Encapsulates an EGL surface bound to a view using the X Window System. 18 // Encapsulates an EGL surface bound to a view using the X Window System.
17 class GL_EXPORT NativeViewGLSurfaceEGLX11 : public NativeViewGLSurfaceEGL, 19 class GL_EXPORT NativeViewGLSurfaceEGLX11 : public NativeViewGLSurfaceEGL,
(...skipping 17 matching lines...) Expand all
35 // PlatformEventDispatcher implementation. 37 // PlatformEventDispatcher implementation.
36 bool CanDispatchEvent(const ui::PlatformEvent& event) override; 38 bool CanDispatchEvent(const ui::PlatformEvent& event) override;
37 uint32_t DispatchEvent(const ui::PlatformEvent& event) override; 39 uint32_t DispatchEvent(const ui::PlatformEvent& event) override;
38 40
39 DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceEGLX11); 41 DISALLOW_COPY_AND_ASSIGN(NativeViewGLSurfaceEGLX11);
40 }; 42 };
41 43
42 } // namespace gfx 44 } // namespace gfx
43 45
44 #endif // UI_GL_GL_SURFACE_EGL_X11_H_ 46 #endif // UI_GL_GL_SURFACE_EGL_X11_H_
OLDNEW
« no previous file with comments | « ui/gl/gl_surface_egl.cc ('k') | ui/gl/gl_surface_glx.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698