| OLD | NEW |
| 1 /* | 1 /* |
| 2 * Copyright (c) 2010, Google Inc. All rights reserved. | 2 * Copyright (c) 2010, Google 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 are | 5 * modification, are permitted provided that the following conditions are |
| 6 * met: | 6 * met: |
| 7 * | 7 * |
| 8 * * Redistributions of source code must retain the above copyright | 8 * * Redistributions of source code must retain the above copyright |
| 9 * notice, this list of conditions and the following disclaimer. | 9 * notice, this list of conditions and the following disclaimer. |
| 10 * * Redistributions in binary form must reproduce the above | 10 * * Redistributions in binary form must reproduce the above |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 52 } | 52 } |
| 53 | 53 |
| 54 namespace gfx { | 54 namespace gfx { |
| 55 class GpuMemoryBuffer; | 55 class GpuMemoryBuffer; |
| 56 } | 56 } |
| 57 | 57 |
| 58 namespace gpu { | 58 namespace gpu { |
| 59 namespace gles2 { | 59 namespace gles2 { |
| 60 class GLES2Interface; | 60 class GLES2Interface; |
| 61 } | 61 } |
| 62 } | 62 } // namespace gpu |
| 63 | 63 |
| 64 namespace WTF { | 64 namespace WTF { |
| 65 class ArrayBufferContents; | 65 class ArrayBufferContents; |
| 66 } | 66 } |
| 67 | 67 |
| 68 namespace blink { | 68 namespace blink { |
| 69 class CanvasColorParams; | 69 class CanvasColorParams; |
| 70 class Extensions3DUtil; | 70 class Extensions3DUtil; |
| 71 class StaticBitmapImage; | 71 class StaticBitmapImage; |
| 72 class WebExternalTextureLayer; | 72 class WebExternalTextureLayer; |
| (...skipping 475 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 548 // RuntimeEnabledFeatures::WebGLImageChromiumEnabled() call with | 548 // RuntimeEnabledFeatures::WebGLImageChromiumEnabled() call with |
| 549 // shouldUseChromiumImage() calls, and set m_chromiumImageUsage to | 549 // shouldUseChromiumImage() calls, and set m_chromiumImageUsage to |
| 550 // DisallowChromiumImage in the case of OffscreenCanvas. | 550 // DisallowChromiumImage in the case of OffscreenCanvas. |
| 551 ChromiumImageUsage chromium_image_usage_; | 551 ChromiumImageUsage chromium_image_usage_; |
| 552 bool ShouldUseChromiumImage(); | 552 bool ShouldUseChromiumImage(); |
| 553 }; | 553 }; |
| 554 | 554 |
| 555 } // namespace blink | 555 } // namespace blink |
| 556 | 556 |
| 557 #endif // DrawingBuffer_h | 557 #endif // DrawingBuffer_h |
| OLD | NEW |