| Index: third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| diff --git a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| index ae25913667cb9b5bfe2c86eff5c0703a2be6a200..647d359d89f3d2d8b0852997ecf40a3996433f1c 100644
|
| --- a/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| +++ b/third_party/WebKit/Source/modules/webgl/EXTDisjointTimerQuery.cpp
|
| @@ -143,7 +143,8 @@ void EXTDisjointTimerQuery::queryCounterEXT(WebGLTimerQueryEXT* query,
|
| return;
|
| }
|
|
|
| - // Timestamps are disabled in WebGL due to lack of driver support on multiple platforms, so we don't actually perform a GL call
|
| + // Timestamps are disabled in WebGL due to lack of driver support on multiple
|
| + // platforms, so we don't actually perform a GL call.
|
| query->setTarget(target);
|
| query->resetCachedResult();
|
| }
|
|
|