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

Unified Diff: ui/gl/gl_bindings_api_autogen_wgl.h

Issue 1061733002: Remove windows/mac/ios specific code from //ui (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: fix default try set Created 5 years, 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/gl/gl_bindings.cc ('k') | ui/gl/gl_bindings_autogen_wgl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gl/gl_bindings_api_autogen_wgl.h
diff --git a/ui/gl/gl_bindings_api_autogen_wgl.h b/ui/gl/gl_bindings_api_autogen_wgl.h
deleted file mode 100644
index 18b471d954cb5aedbf3f8cbb42942ccdf138f6b7..0000000000000000000000000000000000000000
--- a/ui/gl/gl_bindings_api_autogen_wgl.h
+++ /dev/null
@@ -1,39 +0,0 @@
-// Copyright 2014 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.
-//
-// This file is auto-generated from
-// ui/gl/generate_bindings.py
-// It's formatted by clang-format using chromium coding style:
-// clang-format -i -style=chromium filename
-// DO NOT EDIT!
-
-BOOL wglChoosePixelFormatARBFn(HDC dc,
- const int* int_attrib_list,
- const float* float_attrib_list,
- UINT max_formats,
- int* formats,
- UINT* num_formats) override;
-BOOL wglCopyContextFn(HGLRC hglrcSrc, HGLRC hglrcDst, UINT mask) override;
-HGLRC wglCreateContextFn(HDC hdc) override;
-HGLRC wglCreateLayerContextFn(HDC hdc, int iLayerPlane) override;
-HPBUFFERARB wglCreatePbufferARBFn(HDC hDC,
- int iPixelFormat,
- int iWidth,
- int iHeight,
- const int* piAttribList) override;
-BOOL wglDeleteContextFn(HGLRC hglrc) override;
-BOOL wglDestroyPbufferARBFn(HPBUFFERARB hPbuffer) override;
-HGLRC wglGetCurrentContextFn() override;
-HDC wglGetCurrentDCFn() override;
-const char* wglGetExtensionsStringARBFn(HDC hDC) override;
-const char* wglGetExtensionsStringEXTFn() override;
-HDC wglGetPbufferDCARBFn(HPBUFFERARB hPbuffer) override;
-BOOL wglMakeCurrentFn(HDC hdc, HGLRC hglrc) override;
-BOOL wglQueryPbufferARBFn(HPBUFFERARB hPbuffer,
- int iAttribute,
- int* piValue) override;
-int wglReleasePbufferDCARBFn(HPBUFFERARB hPbuffer, HDC hDC) override;
-BOOL wglShareListsFn(HGLRC hglrc1, HGLRC hglrc2) override;
-BOOL wglSwapIntervalEXTFn(int interval) override;
-BOOL wglSwapLayerBuffersFn(HDC hdc, UINT fuPlanes) override;
« no previous file with comments | « ui/gl/gl_bindings.cc ('k') | ui/gl/gl_bindings_autogen_wgl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698