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

Issue 2396383002: Fixed the Wrong Parameter Passed to VulkanBrowserCompositorOutputSurface.

Created:
4 years, 2 months ago by Soorya
Modified:
4 years, 2 months ago
Reviewers:
a.suchit2, a.suchit
CC:
chromium-reviews, jam, sievers+watch_chromium.org, jbauman+watch_chromium.org, darin-cc_chromium.org, piman+watch_chromium.org, kalyank, danakj+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fixed the Wrong Parameter Passed to VulkanBrowserCompositorOutputSurface. The third parameter of VulkanBrowserCompositorOutputSurface constructor expects cc::SyntheticBeginFrameSource* . But it is wrongly passed as compositor->task_runner().get(). Changed the third parameter to begin_frame_source.get(). BUG = 582558 , 582564

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M content/browser/compositor/gpu_process_transport_factory.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4 (2 generated)
Soorya
Please Review
4 years, 2 months ago (2016-10-08 08:40:01 UTC) #3
a.suchit2
4 years, 2 months ago (2016-10-10 10:53:27 UTC) #4
Please upload a single patch for all the build issues in vulkan.

peer review not looks good to me.

Powered by Google App Engine
This is Rietveld 408576698