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

Issue 40203004: Devirtualize WebGLContextGroup, WebGLGetInfo and WebGLUniformLocation's destructors (Closed)

Created:
7 years, 2 months ago by Inactive
Modified:
7 years, 1 month ago
CC:
blink-reviews, aandrey+blink_chromium.org, dglazkov+blink, Rik, adamk+blink_chromium.org, bajones, Zhenyao Mo
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Devirtualize WebGLContextGroup, WebGLGetInfo and WebGLUniformLocation's destructors Devirtualize WebGLContextGroup, WebGLGetInfo and WebGLUniformLocation's destructors as these are never subclassed nor do they have any virtual function. This avoids creating unnecessary vtables. BUG=311561 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=160638

Patch Set 1 #

Patch Set 2 : Mark classes as FINAL #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -12 lines) Patch
M Source/core/html/canvas/WebGLContextGroup.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M Source/core/html/canvas/WebGLGetInfo.h View 1 2 chunks +1 line, -3 lines 0 comments Download
M Source/core/html/canvas/WebGLGetInfo.cpp View 1 chunk +0 lines, -4 lines 0 comments Download
M Source/core/html/canvas/WebGLUniformLocation.h View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Inactive
7 years, 2 months ago (2013-10-24 19:50:58 UTC) #1
Ken Russell (switch to Gerrit)
What is the motivation for making this change? Even though these classes don't have any ...
7 years, 2 months ago (2013-10-24 21:05:33 UTC) #2
Inactive
On 2013/10/24 21:05:33, Ken Russell wrote: > What is the motivation for making this change? ...
7 years, 2 months ago (2013-10-24 21:32:18 UTC) #3
Ken Russell (switch to Gerrit)
Please see my comment on http://crbug.com/311561 . I'd like that answered before reviewing this CL.
7 years, 1 month ago (2013-10-25 20:59:40 UTC) #4
Inactive
On 2013/10/25 20:59:40, Ken Russell wrote: > Please see my comment on http://crbug.com/311561 . I'd ...
7 years, 1 month ago (2013-10-25 21:56:24 UTC) #5
Ken Russell (switch to Gerrit)
Thank you. Very nice. LGTM
7 years, 1 month ago (2013-10-25 22:17:40 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/40203004/70001
7 years, 1 month ago (2013-10-25 22:25:09 UTC) #7
commit-bot: I haz the power
7 years, 1 month ago (2013-10-25 23:33:09 UTC) #8
Message was sent while issue was closed.
Change committed as 160638

Powered by Google App Engine
This is Rietveld 408576698