Skip to content

Commit 9309d52

Browse files
author
bors-servo
committed
Auto merge of #235 - pcwalton:gonk-gpu-profiler-redux, r=glennw
Try harder to fix the GPU profiler on Gonk. r? @glennw
2 parents f01c54e + ad82d24 commit 9309d52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/device.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ impl GpuProfile {
765765
pub fn end(&mut self) -> u64 { 0 }
766766
}
767767

768+
#[cfg(not(any(target_os = "android", target_os = "gonk")))]
768769
impl Drop for GpuProfile {
769770
fn drop(&mut self) {
770771
gl::delete_queries(&self.gl_queries);

0 commit comments

Comments
 (0)