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

Side by Side Diff: third_party/WebKit/Source/modules/webgl/WebGLRenderingContextBase.h

Issue 2940933003: DO NOT SUBMIT results of new clang-format (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2009 Apple Inc. All rights reserved. 2 * Copyright (C) 2009 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 #include "third_party/khronos/GLES2/gl2.h" 56 #include "third_party/khronos/GLES2/gl2.h"
57 57
58 namespace blink { 58 namespace blink {
59 class WebLayer; 59 class WebLayer;
60 } 60 }
61 61
62 namespace gpu { 62 namespace gpu {
63 namespace gles2 { 63 namespace gles2 {
64 class GLES2Interface; 64 class GLES2Interface;
65 } 65 }
66 } 66 } // namespace gpu
67 67
68 namespace blink { 68 namespace blink {
69 69
70 class EXTDisjointTimerQuery; 70 class EXTDisjointTimerQuery;
71 class EXTDisjointTimerQueryWebGL2; 71 class EXTDisjointTimerQueryWebGL2;
72 class ExceptionState; 72 class ExceptionState;
73 class HTMLCanvasElementOrOffscreenCanvas; 73 class HTMLCanvasElementOrOffscreenCanvas;
74 class HTMLImageElement; 74 class HTMLImageElement;
75 class HTMLVideoElement; 75 class HTMLVideoElement;
76 class ImageBitmap; 76 class ImageBitmap;
(...skipping 1607 matching lines...) Expand 10 before | Expand all | Expand 10 after
1684 context, 1684 context,
1685 context->Is3d(), 1685 context->Is3d(),
1686 context.Is3d()); 1686 context.Is3d());
1687 1687
1688 } // namespace blink 1688 } // namespace blink
1689 1689
1690 WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS( 1690 WTF_ALLOW_MOVE_INIT_AND_COMPARE_WITH_MEM_FUNCTIONS(
1691 blink::WebGLRenderingContextBase::TextureUnitState); 1691 blink::WebGLRenderingContextBase::TextureUnitState);
1692 1692
1693 #endif // WebGLRenderingContextBase_h 1693 #endif // WebGLRenderingContextBase_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698