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

Side by Side Diff: LayoutTests/inspector/profiler/webgl/webgl-get-resource-state-expected.txt

Issue 804743002: Deprecate CanvasRenderingContext2D.webkitImageSmoothingEnabled (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: update expectations Created 6 years 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'CanvasRenderingContext2D.webkitImageSmoothingEnabled' is depre cated. Please use 'CanvasRenderingContext2D.imageSmoothingEnabled' instead.
1 Tests canvas WebGL ResourceState during the replay. 2 Tests canvas WebGL ResourceState during the replay.
2 3
3 4
4 Started capturing. 5 Started capturing.
5 Stopped capturing. 6 Stopped capturing.
6 7
7 --- WebGLRenderingContext state --- 8 --- WebGLRenderingContext state ---
8 {ResourceState} length(imageURL):1594 9 {ResourceState} length(imageURL):1594
9 ACTIVE_TEXTURE: TEXTURE2 10 ACTIVE_TEXTURE: TEXTURE2
10 ARRAY_BUFFER_BINDING: WebGLBuffer@1 11 ARRAY_BUFFER_BINDING: WebGLBuffer@1
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
364 365
365 --- WebGLUniformLocation state --- 366 --- WebGLUniformLocation state ---
366 {ResourceState} length(imageURL):0 367 {ResourceState} length(imageURL):0
367 context: WebGLRenderingContext@1 368 context: WebGLRenderingContext@1
368 name: uColor 369 name: uColor
369 program: WebGLProgram@1 370 program: WebGLProgram@1
370 size: 1 371 size: 1
371 type: FLOAT_VEC4 372 type: FLOAT_VEC4
372 value: Float32Array[4] 373 value: Float32Array[4]
373 374
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698