RESOLVED FIXED 110130
Web Inspector: [Canvas] use timeline's didBeginFrame for marking frame end calls
https://bugs.webkit.org/show_bug.cgi?id=110130
Summary Web Inspector: [Canvas] use timeline's didBeginFrame for marking frame end calls
Andrey Adaikin
Reported 2013-02-18 09:14:54 PST
Use timeline's didBeginFrame for marking frame end calls instead of an ad-hoc timeout-based solution. Patch to follow.
Attachments
Patch (12.81 KB, patch)
2013-02-18 09:19 PST, Andrey Adaikin
pfeldman: review+
Andrey Adaikin
Comment 1 2013-02-18 09:19:12 PST
Andrey Adaikin
Comment 2 2013-02-19 07:15:30 PST
Andrey Adaikin
Comment 3 2013-02-19 08:34:33 PST
This patch broke Win Debug Build: 7> Creating library C:\cygwin\home\buildbot\slave\win-debug\build\WebKitBuild\Debug\lib\WebKit.lib and object C:\cygwin\home\buildbot\slave\win-debug\build\WebKitBuild\Debug\lib\WebKit.exp 7>WebCore.lib(InspectorController.obj) : error LNK2001: unresolved external symbol "public: void __thiscall WebCore::InspectorCanvasAgent::didBeginFrame(void)" (?didBeginFrame@InspectorCanvasAgent@WebCore@@QAEXXZ) 7>C:\cygwin\home\buildbot\slave\win-debug\build\WebKitBuild\Debug\bin\WebKit.dll : fatal error LNK1120: 1 unresolved externals 7>Build log was saved at "file://C:\cygwin\home\buildbot\slave\win-debug\build\WebKitBuild\Debug\obj\WebKitLib\BuildLog.htm" 7>WebKitLib - 2 error(s), 1 warning(s) Patch with the fix is on the way: https://bugs.webkit.org/show_bug.cgi?id=110227
Note You need to log in before you can comment on or make changes to this bug.