| 
									
										
										
										
											2018-10-24 11:24:11 -07:00
										 |  |  | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 | 
					
						
							| 
									
										
										
										
											2018-09-20 17:30:26 -07:00
										 |  |  | From: Cheng Zhao <zcbenz@gmail.com> | 
					
						
							|  |  |  | Date: Thu, 20 Sep 2018 17:49:03 -0700 | 
					
						
							|  |  |  | Subject: scroll_bounce_flag.patch | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | Patch to make scrollBounce option work. | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2018-09-13 22:02:16 -07:00
										 |  |  | diff --git a/content/renderer/render_thread_impl.cc b/content/renderer/render_thread_impl.cc
 | 
					
						
							| 
									
										
										
										
											2025-02-18 11:51:27 -05:00
										 |  |  | index d7eb65e86ca60744a6d919b2899208978a761e22..e80404d2d0aed8096731895580cc879b8827b3be 100644
 | 
					
						
							| 
									
										
										
										
											2018-09-13 22:02:16 -07:00
										 |  |  | --- a/content/renderer/render_thread_impl.cc
 | 
					
						
							|  |  |  | +++ b/content/renderer/render_thread_impl.cc
 | 
					
						
							| 
									
										
										
										
											2025-02-18 11:51:27 -05:00
										 |  |  | @@ -1306,7 +1306,7 @@ bool RenderThreadImpl::IsLcdTextEnabled() {
 | 
					
						
							| 
									
										
										
										
											2018-09-13 22:02:16 -07:00
										 |  |  |  } | 
					
						
							|  |  |  |   | 
					
						
							|  |  |  |  bool RenderThreadImpl::IsElasticOverscrollEnabled() { | 
					
						
							|  |  |  | -  return is_elastic_overscroll_enabled_;
 | 
					
						
							|  |  |  | +  return base::CommandLine::ForCurrentProcess()->HasSwitch("scroll-bounce");
 | 
					
						
							|  |  |  |  } | 
					
						
							|  |  |  |   | 
					
						
							| 
									
										
										
										
											2021-05-19 16:15:47 -07:00
										 |  |  |  gpu::GpuMemoryBufferManager* RenderThreadImpl::GetGpuMemoryBufferManager() { |